Browse Source

Add CORS whitelist

pull/693/head
Hironsan 4 years ago
parent
commit
d2f6706a37
1 changed files with 1 additions and 0 deletions
  1. 1
      app/app/settings.py

1
app/app/settings.py

@ -314,4 +314,5 @@ if DEBUG:
CORS_ORIGIN_WHITELIST = (
'http://127.0.0.1:3000',
'http://0.0.0.0:3000',
'http://localhost:3000'
)
Loading…
Cancel
Save