jonathanjordan21 commited on
Commit
409e3f1
·
verified ·
1 Parent(s): 1abb68b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,6 +66,7 @@ async def handle_event_notifications(
66
 
67
  @app.post("/webhooks")
68
  async def get_all_params(request: Request):
 
69
  # Get headers
70
  headers = dict(request.headers)
71
 
 
66
 
67
  @app.post("/webhooks")
68
  async def get_all_params(request: Request):
69
+ print("POST GET ALL PARAMS!")
70
  # Get headers
71
  headers = dict(request.headers)
72