ADD VOLUME_MOUNT

master
Sebastian Serfling 2023-08-21 10:48:05 +02:00
parent b5678bc3f8
commit f3678e40e5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ async def notify():
@app.get("/gettime")
async def gettime(api_key: APIKey = Depends(auth.get_api_key)):
return f"Current Time is {datetime.now()}"
return f"Current Time from API-Server http://api.stines.de is {datetime.now()}"
@app.post("/ping")
async def ping(ping: CL.CL_Ping_Set,api_key: APIKey = Depends(auth.get_api_key)):