From ad61afb5c1c3f92a3b52f2a6bd915f506349db2d Mon Sep 17 00:00:00 2001 From: BernhardKoschicek Date: Fri, 22 Sep 2023 18:22:59 +0200 Subject: [PATCH] changed manifest route --- openatlas/views/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)