Skip to content

Commit

Permalink
Merge branch 'develop' into feature/them_bones
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Feb 5, 2025
2 parents 7bf2ff1 + 1b924e6 commit 8fda475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openatlas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def setup_api() -> None:
and not g.settings['api_public'] \
and ip not in app.config['ALLOWED_IPS'] \
and not verify_jwt_in_request(
optional=True,
locations='headers'):
optional=True,
locations='headers'):
raise AccessDeniedError


Expand Down

0 comments on commit 8fda475

Please sign in to comment.