Skip to content
Snippets Groups Projects
Commit a10b0c9e authored by Tor Martin Frøberg Wang's avatar Tor Martin Frøberg Wang
Browse files

Update CORS policy

parent 9ddcfe51
No related branches found
No related tags found
1 merge request!15Dev
Pipeline #113601 passed
...@@ -115,9 +115,10 @@ else: ...@@ -115,9 +115,10 @@ else:
# CORS Policy # CORS Policy
CORS_ORIGIN_ALLOW_ALL = ( #CORS_ORIGIN_ALLOW_ALL = (
True # True
) #)
CORS_ALLOW_ALL_ORIGINS = True
# Internationalization # Internationalization
# https://docs.djangoproject.com/en/3.1/topics/i18n/ # https://docs.djangoproject.com/en/3.1/topics/i18n/
......
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