From 06b1201267cbe63dae90f2114162fb47a0c077ff Mon Sep 17 00:00:00 2001 From: Florian Knappers <73856313+JJFlorian@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:50:09 +0200 Subject: [PATCH] testing add brostar.nl to CORS allowed --- brostar_api/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/brostar_api/settings.py b/brostar_api/settings.py index 0d2c736..abc10b8 100644 --- a/brostar_api/settings.py +++ b/brostar_api/settings.py @@ -128,6 +128,7 @@ SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https") CORS_ALLOWED_ORIGINS = [ "http://localhost:4200", + "https://staging.brostar.nl", ] # Database