Skip to content

Commit

Permalink
added brostar to cors alowed, just to be sture
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Apr 5, 2024
1 parent d61ef12 commit f9bb3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brostar_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
CORS_ALLOWED_ORIGINS = [
"http://localhost:4200",
"https://staging.brostar.nl",
]

# Database
Expand Down

0 comments on commit f9bb3e2

Please sign in to comment.