Skip to content
Snippets Groups Projects
Commit f56d94be authored by Tobias Ørstad's avatar Tobias Ørstad
Browse files

Update settings.py

parent e488da36
No related branches found
No related tags found
1 merge request!15Dev
Pipeline #113649 passed with stages
in 2 minutes and 26 seconds
......@@ -44,7 +44,7 @@ ALLOWED_HOSTS = [
"molde.idi.ntnu.no",
"10.0.2.2",
"secfit-1-backend.herokuapp.com",
"secfit-1-frontend.herokuapp.com/"
"secfit-1-frontend.herokuapp.com"
]
# Application definition
......@@ -116,7 +116,11 @@ else:
# CORS Policy
CORS_ORIGIN_ALLOW_ALL = True
CORS_ALLOW_ALL_ORIGINS = True
CORS_ORIGIN_ALLOW_ALL = (
True
)
# Internationalization
......
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