Many Chanegs
This commit is contained in:
@@ -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)):
|
||||
|
||||
Reference in New Issue
Block a user