Skip to content

Commit

Permalink
Merge pull request #28 from nens/cors
Browse files Browse the repository at this point in the history
testing add brostar.nl to CORS allowed
  • Loading branch information
JJFlorian authored Apr 5, 2024
2 parents 51bef69 + 507919d commit 9ef91c9
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 @@ -128,6 +128,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 9ef91c9

Please sign in to comment.