diff --git a/main.py b/main.py index 106763b..b61adf7 100644 --- a/main.py +++ b/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)):