diff --git a/main.py b/main.py index b5f6cc4..1e916b7 100644 --- a/main.py +++ b/main.py @@ -55,7 +55,7 @@ app = FastAPI() async def notify(): return database(f"SELECT * FROM Notifications", "Stines-GmbH","") -@app.get("gettime") +@app.get("/gettime") async def gettime(api_key: APIKey = Depends(auth.get_api_key)): return f"Current Time is {datetime.now()}"