ADD VOLUME_MOUNT
This commit is contained in:
@@ -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)):
|
||||
|
||||
Reference in New Issue
Block a user