Skip to content

Commit

Permalink
trying prezi3
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Sep 22, 2023
1 parent 7d917a8 commit 491494b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openatlas/views/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def getManifest(img_id):

return manifest.json(indent=2)

@app.route('/iiif/<int:img_id>.json')
@app.route('/iiif_/<int:img_id>.json')
def iiif(img_id: int):
return getManifest(img_id)

Expand Down

0 comments on commit 491494b

Please sign in to comment.