Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow frontend to all api directly instead of going through next rewrite
Browse files Browse the repository at this point in the history
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
@@ -5,10 +5,11 @@
DEBUG = False

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

APPEND_SLASH = False

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

0 comments on commit 5a1cfb7

Please sign in to comment.