From 1fb4bc576c2b8295699c6a90536108607e3291bb Mon Sep 17 00:00:00 2001 From: ValueOn AG Date: Sat, 3 May 2025 00:20:51 +0200 Subject: [PATCH] prod azure 1.0.1 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index d42012fe..b390bac5 100644 --- a/app.py +++ b/app.py @@ -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):