ADD VOLUME_MOUNT
parent
b5678bc3f8
commit
f3678e40e5
2
main.py
2
main.py
|
|
@ -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)):
|
||||
|
|
|
|||
Loading…
Reference in New Issue