ADD VOLUME_MOUNT

This commit is contained in:
2023-08-21 10:45:41 +02:00
parent aa52e0f873
commit 8a78820e96
+1 -1
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()}"