print json
This commit is contained in:
@@ -9,6 +9,8 @@ app.openapi = custom_openapi(app)
|
||||
@app.get("/", dependencies=[Depends(auth_web)])
|
||||
@app.post("/", dependencies=[Depends(auth_hook)])
|
||||
async def hook(req: Request):
|
||||
json = await req.json()
|
||||
print(json)
|
||||
return "Update"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user