diff --git a/vercel_app/settings.py b/vercel_app/settings.py index f88d334..75ff6ab 100644 --- a/vercel_app/settings.py +++ b/vercel_app/settings.py @@ -62,7 +62,7 @@ # Allow requests from frontend CORS_ALLOW_ALL_ORIGINS = True if os.environ.get('ENVIRONMENT') == 'dev' else False -CORS_ALLOWED_ORIGINS = [ "https://filip841.github.io" ] +CORS_ALLOWED_ORIGINS = [ "https://filip841.github.io", "https://rarog-frontend.vercel.app" ] ROOT_URLCONF = 'vercel_app.urls'