changed origins ip

This commit is contained in:
2026-04-29 15:17:24 +02:00
parent 071e0889c3
commit e38985b84c
+1 -1
View File
@@ -45,7 +45,7 @@ model.eval()
app = FastAPI()
origins = [
"http://localhost:5173",
"*"
]
app.add_middleware(