renyupeng 3 gadi atpakaļ
vecāks
revīzija
b0ef41c7bc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Apietl/utlis/webHook.py

+ 1 - 1
Apietl/utlis/webHook.py

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