prod azure 1.0.1
This commit is contained in:
parent
fc3519e1e4
commit
1fb4bc576c
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -124,7 +124,7 @@ async def root():
|
||||||
|
|
||||||
@app.get("/api/test", tags=["General"])
|
@app.get("/api/test", tags=["General"])
|
||||||
async def getTest():
|
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"])
|
@app.options("/{fullPath:path}", tags=["General"])
|
||||||
async def optionsRoute(fullPath: str):
|
async def optionsRoute(fullPath: str):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue