Skip to content

Commit

Permalink
Fix http reject if for /api/getBackendConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Dielee committed Jun 2, 2021
1 parent df4f3c3 commit 064253c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Backend/src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def before_request():
or not cfg["sqlUsername"]
)
and request.endpoint != 'updateConfig'
and request.endpoint != 'getBackendConfig'
):
return "Settings incomplete!", 512

Expand Down

0 comments on commit 064253c

Please sign in to comment.