|
@@ -17,7 +17,7 @@ def api_root():
|
|
return 'Welcome guys'
|
|
return 'Welcome guys'
|
|
|
|
|
|
|
|
|
|
-@app.route('/webhook/account', methods=['POST'])
|
|
|
|
|
|
+@app.route('/webhook/account_report', methods=['POST'])
|
|
def api_webhook_messages():
|
|
def api_webhook_messages():
|
|
my_info = json.loads(request.param)
|
|
my_info = json.loads(request.param)
|
|
account_id = my_info["account_id"]
|
|
account_id = my_info["account_id"]
|