Skip to content

Commit

Permalink
fixed 500 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Nov 6, 2023
1 parent 5a990e6 commit 2b42744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openatlas/api/endpoints/display_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get() -> tuple[Any, int]:
check_iiif_file_exist(entity.id)):
iiif_manifest = url_for(
'api.iiif_manifest',
version=g.settings['iiif']['version'],
version=g.settings['iiif_version'],
id_=entity.id,
_external=True) # pragma: no cover
files_dict[path.stem] = {
Expand Down

0 comments on commit 2b42744

Please sign in to comment.