Many Chanegs

master
Sebastian Serfling 2023-08-16 10:28:36 +02:00
parent 0f930f13df
commit d86a58625a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ app = FastAPI()
@app.get("/") @app.get("/")
async def notify(): async def notify():
return database(f"SELECT * FROM notifications", "Stines-GmbH","") return database(f"SELECT * FROM Notifications", "Stines-GmbH","")
@app.post("/ping") @app.post("/ping")
async def ping(ping: CL.CL_Ping_Set,api_key: APIKey = Depends(auth.get_api_key)): async def ping(ping: CL.CL_Ping_Set,api_key: APIKey = Depends(auth.get_api_key)):