Argument for /check fixed
This commit is contained in:
parent
aff3f76fc1
commit
453c3e95dd
@ -9,7 +9,7 @@ makedirs(configGet("data", "locations"), exist_ok=True)
|
|||||||
|
|
||||||
@app.get("/check", response_class=Response, include_in_schema=False)
|
@app.get("/check", response_class=Response, include_in_schema=False)
|
||||||
async def check():
|
async def check():
|
||||||
return Response(HTTP_200_OK)
|
return Response(status_code=HTTP_200_OK)
|
||||||
|
|
||||||
@app.get("/favicon.ico", response_class=FileResponse, include_in_schema=False)
|
@app.get("/favicon.ico", response_class=FileResponse, include_in_schema=False)
|
||||||
async def favicon():
|
async def favicon():
|
||||||
|
Loading…
Reference in New Issue
Block a user