From f0db3e3b2256bd9f24e86b31c4b3653be40ca201 Mon Sep 17 00:00:00 2001 From: borzechof99 <borzechof99@mi.fu-berlin.de> Date: Fri, 18 Jun 2021 20:26:41 +0200 Subject: [PATCH] Fixed Typo --- unisportomat/unisportomat/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unisportomat/unisportomat/settings.py b/unisportomat/unisportomat/settings.py index 1e46314..803efec 100644 --- a/unisportomat/unisportomat/settings.py +++ b/unisportomat/unisportomat/settings.py @@ -126,7 +126,7 @@ STATIC_URL = "/static/" DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField" -CORS_ORITIN_WHITELIST = [ +CORS_ORIGIN_WHITELIST = [ "http://localhost:3000", # User Frontend "http://localhost:4000", # Admin Frontend ] -- GitLab