diff --git a/blog_prj/settings.py b/blog_prj/settings.py index 543d0b3..6d4934e 100644 --- a/blog_prj/settings.py +++ b/blog_prj/settings.py @@ -132,7 +132,9 @@ MIDDLEWARE = [ CORS_ALLOWED_ORIGINS = [ "http://localhost:3000", "http://127.0.0.1:3000", + "http://127.0.0.1:8080", "http://192.168.0.100:3000", + "http://192.168.0.202:8080", "https://demo.test", "http://demo.test", "https://www.demo.test", diff --git a/version b/version index ba00537..9cb76a8 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.10 \ No newline at end of file +v0.0.11 \ No newline at end of file