Skip to content

Commit ed4adca

Browse files
committed
Updating to https rather than http
1 parent e862b6a commit ed4adca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iiify/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
cors = CORS(app) if cors else None
2424
cache = Cache(app)
2525

26-
ARCHIVE = 'http://archive.org'
26+
ARCHIVE = 'https://archive.org'
2727

2828
# cache.init_app(app)
2929

0 commit comments

Comments
 (0)