dev #9

Merged
mfnefd merged 77 commits from dev into main 2024-12-25 23:49:45 +04:00
Showing only changes of commit b7f4aa3f9f - Show all commits

View File

@ -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)