This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
workx_backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updated cors rules
master
kj1352
3 years ago
parent
4035aaed5c
commit
d4dde39d48
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
workx_backend/settings/base.py
+ 1
- 1
workx_backend/settings/base.py
View File
@@ -42,7 +42,7 @@ MIDDLEWARE = [
'django.middleware.clickjacking.XFrameOptionsMiddleware',
]
CORS_
ALLOWED_ORIGINS = ['*']
CORS_
ORIGIN_ALLOW_ALL = True
ROOT_URLCONF = 'workx_backend.urls'