Skip to content
Snippets Groups Projects
Commit a4f67966 authored by dominip89's avatar dominip89
Browse files

Merge branch '47-fix-typo-in-master-cors_oritin_whitelist-to-cors_origin_whitelist' into 'master'

Resolve "Fix Typo in Master (CORS_ORITIN_WHITELIST to CORS_ORIGIN_WHITELIST)"

Closes #47

See merge request swp-unisport/team-warumkeinrust/unisport-o-mat!41
parents 397c9687 f0db3e3b
No related branches found
No related tags found
No related merge requests found
......@@ -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
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment