dev #9
@ -123,7 +123,7 @@ class Manager:
|
||||
@app.route('/webhook', methods=['POST'])
|
||||
def webhook():
|
||||
if request.method == 'POST':
|
||||
print("Data received from Webhook is")
|
||||
print("Data received from Webhook is", request.json)
|
||||
return "Webhook received"
|
||||
|
||||
manager1 = Manager(id=1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user