diff --git a/openatlas/views/file.py b/openatlas/views/file.py index 7e9bbd8d1..e64a2d192 100644 --- a/openatlas/views/file.py +++ b/openatlas/views/file.py @@ -102,7 +102,7 @@ def getManifest(img_id): return manifest.json(indent=2) -@app.route('/iiif/.json') +@app.route('/iiif_/.json') def iiif(img_id: int): return getManifest(img_id)