From 491494b8950c8284d43671ac6c18a0034f86ef27 Mon Sep 17 00:00:00 2001 From: BernhardKoschicek Date: Fri, 22 Sep 2023 16:31:30 +0200 Subject: [PATCH] trying prezi3 --- 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 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)