Skip to content

Commit

Permalink
changed manifest route
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Sep 22, 2023
1 parent 923485c commit ad61afb
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 @@ -154,7 +154,7 @@ def getManifest(img_id):
return manifest


@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 ad61afb

Please sign in to comment.