ADD VOLUME_MOUNT

master
Sebastian Serfling 2023-08-21 10:45:41 +02:00
parent aa52e0f873
commit 8a78820e96
1 changed files with 1 additions and 1 deletions

View File

@ -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()}"