Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing-E
/
E_Team_KhuBox
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
서승완
2020-06-17 04:44:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a23724ba14a661bfef285f14ab15769a01991628
a23724ba
1 parent
64509aab
fix: set cors origin allow from all
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
khubox-api/config/settings.py
khubox-api/config/settings.py
View file @
a23724b
...
...
@@ -133,8 +133,4 @@ S3_BUCKET = 'khubox-files'
# Cors
CORS_ALLOW_CREDENTIALS
=
True
CORS_ORIGIN_WHITELIST
=
[
'http://localhost:3000'
,
'http://127.0.0.1:3000'
,
'https://khubox.khunet.net'
,
]
CORS_ORIGIN_ALLOW_ALL
=
True
...
...
Please
register
or
login
to post a comment