diff --git a/auth_prj/settings.py b/auth_prj/settings.py index 8e47666..820ee06 100644 --- a/auth_prj/settings.py +++ b/auth_prj/settings.py @@ -136,6 +136,9 @@ CORS_ALLOWED_ORIGINS = [ "http://localhost:3000", "http://127.0.0.1:3000", "http://192.168.0.100:3000", + "http://localhost:8080", + "http://127.0.0.1:8080", + "http://192.168.0.202:8080", "https://demo.test", "http://demo.test", "https://www.demo.test",