feat: Update CORS origins to use port 3091 and include a new IP address.

This commit is contained in:
n.tolstov 2025-11-30 20:13:14 +03:00
parent b02afc7f79
commit 907dd607f2

View File

@ -44,9 +44,9 @@ app.add_middleware(CatchAllMiddleware)
# CORS middleware
origins = [
"http://localhost:3000",
"http://127.0.0.1:3000",
"http://localhost:8000",
"http://localhost:3091",
"http://127.0.0.1:3091",
"http://192.168.50.130:3091",
]
app.add_middleware(