서승완

fix: set cors origin allow from all

......@@ -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
......