Skip to content

Commit

Permalink
Merge pull request #27 from nens/crsf
Browse files Browse the repository at this point in the history
trying crsf w/o trailing / in url
  • Loading branch information
JJFlorian authored Apr 5, 2024
2 parents 275c60e + 9783dbb commit 51bef69
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 51bef69

Please sign in to comment.