summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2025-06-02 10:58:12 +0700
committerstephanchrst <stephanchrst@gmail.com>2025-06-02 10:58:12 +0700
commit5a8b9aa8fdc8c71fc9cb070e291dc5098da5ae7f (patch)
tree7f3a282acae93521684e75f846a54dcff3ae64b5
parent42714644a316f1d6d5d4fcccd756e2ca30c7947c (diff)
test with http
-rwxr-xr-xfixco_api/controllers/api_v1/partner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_api/controllers/api_v1/partner.py b/fixco_api/controllers/api_v1/partner.py
index 83a373c..77cac47 100755
--- a/fixco_api/controllers/api_v1/partner.py
+++ b/fixco_api/controllers/api_v1/partner.py
@@ -22,6 +22,6 @@ class Partner(controller.Controller):
def index(self, **kw):
return 'OK'
- @http.route(prefix + 'wati/notification', auth='none', type='json', csrf=False, methods=['POST', 'OPTIONS'])
+ @http.route(prefix + 'wati/notification', auth='none', type='http', csrf=False, methods=['POST', 'OPTIONS'])
def notification(self, **kw):
return