Skip to content

Commit

Permalink
trying crsf w/o trailing / in url
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Apr 5, 2024
1 parent 275c60e commit 9783dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brostar_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

CSRF_TRUSTED_ORIGINS = [
"http://localhost:4200",
"https://staging.brostar.nl/",
"https://staging.brostar.nl",
]


Expand Down

0 comments on commit 9783dbb

Please sign in to comment.