Many Chanegs
parent
0f930f13df
commit
d86a58625a
2
main.py
2
main.py
|
|
@ -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)):
|
||||
|
|
|
|||
Loading…
Reference in New Issue