feat: habilitar set completo de APIs de Google Maps y actualizar llaves funcionales para produccion
This commit is contained in:
@ -110,12 +110,8 @@ app = FastAPI(
|
||||
)
|
||||
|
||||
# CORS middleware
|
||||
origins = [
|
||||
"http://localhost:5173",
|
||||
"http://127.0.0.1:5173",
|
||||
"https://sibu2-0-transport-2026.web.app",
|
||||
"https://sibu2-0-transport-2026.firebaseapp.com",
|
||||
]
|
||||
origins = ["*"] # Permitir todos para producción corregida
|
||||
|
||||
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
|
||||
Reference in New Issue
Block a user