From 51e46b2532dab742466249f9e25754c932f83012 Mon Sep 17 00:00:00 2001 From: keven Date: Mon, 29 Sep 2025 12:46:51 -0300 Subject: [PATCH] =?UTF-8?q?[MVPTN-80]=20deploy(Docker):=20Ajuste=20de=20AP?= =?UTF-8?q?I=20de=20requisi=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9546382..fdc1c54 100644 --- a/main.py +++ b/main.py @@ -34,7 +34,7 @@ register_exception_handlers(app) # Adiciona o middleware de CORS app.add_middleware( CORSMiddleware, - allow_origins=["http://localhost:3000"], # Domínio do frontend + allow_origins=["http://localhost:3000", "https://saas_app_homologacao.oriustecnologia.com/"], # Domínio do frontend allow_credentials=True, allow_methods=["*"], allow_headers=["*"],