Many Chanegs

This commit is contained in:
2023-08-16 10:28:36 +02:00
parent 0f930f13df
commit d86a58625a
+1 -1
View File
@@ -52,7 +52,7 @@ app = FastAPI()
@app.get("/")
async def notify():
return database(f"SELECT * FROM notifications", "Stines-GmbH","")
return database(f"SELECT * FROM Notifications", "Stines-GmbH","")
@app.post("/ping")
async def ping(ping: CL.CL_Ping_Set,api_key: APIKey = Depends(auth.get_api_key)):