diff --git a/app/app/settings.py b/app/app/settings.py index b55abca0..56307df5 100644 --- a/app/app/settings.py +++ b/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' )