Skip to content

Commit

Permalink
Allow frontend to all api directly instead of going through next rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihalik committed Dec 15, 2024
1 parent 6cd65a3 commit 5a1cfb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webstrom/settings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
DEBUG = False

ALLOWED_HOSTS = [
"localhost",
"test.strom.sk",
]

APPEND_SLASH = False

CSRF_TRUSTED_ORIGINS = [
"https://test.strom.sk",
]
Expand Down

0 comments on commit 5a1cfb7

Please sign in to comment.