diff --git a/config/conf/cors.py b/config/conf/cors.py index 9ba1acf..c6f7ec2 100644 --- a/config/conf/cors.py +++ b/config/conf/cors.py @@ -1,7 +1,7 @@ CORS_ALLOWED_ORIGINS = [ "http://localhost:5173", "http://127.0.0.1:5173", - 'https://horeca360.vercel.app', + 'https://agro360.vercel.app', ] CSRF_TRUSTED_ORIGINS = [