prod azure 1.0.1

This commit is contained in:
ValueOn AG 2025-05-03 00:20:51 +02:00
parent fc3519e1e4
commit 1fb4bc576c

2
app.py
View file

@ -124,7 +124,7 @@ async def root():
@app.get("/api/test", tags=["General"])
async def getTest():
return "OK 1.5"
return f"Status: OK. Alowed origins: {APP_CONFIG.get('APP_ALLOWED_ORIGINS')}"
@app.options("/{fullPath:path}", tags=["General"])
async def optionsRoute(fullPath: str):