diff --git a/config/conf/cors_headers.py b/config/conf/cors_headers.py index b2cd214..8fea2ff 100644 --- a/config/conf/cors_headers.py +++ b/config/conf/cors_headers.py @@ -7,6 +7,7 @@ CORS_ALLOWED_ORIGINS = [ "https://ibapp.uz", "https://www.ibapp.uz", 'https://test.ibapp.uz', + 'http://192.168.1.104:8081', ] CSRF_TRUSTED_ORIGINS = [