diff --git a/openatlas/views/file.py b/openatlas/views/file.py index 5981cc8f7..a7c40c3e3 100644 --- a/openatlas/views/file.py +++ b/openatlas/views/file.py @@ -154,7 +154,7 @@ def getManifest(img_id): return manifest -@app.route('/iiif_/.json') +@app.route('/iiif/.json') def iiif(img_id: int): return getManifest(img_id)