diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2025-06-02 10:58:12 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2025-06-02 10:58:12 +0700 |
| commit | 5a8b9aa8fdc8c71fc9cb070e291dc5098da5ae7f (patch) | |
| tree | 7f3a282acae93521684e75f846a54dcff3ae64b5 /fixco_api | |
| parent | 42714644a316f1d6d5d4fcccd756e2ca30c7947c (diff) | |
test with http
Diffstat (limited to 'fixco_api')
| -rwxr-xr-x | fixco_api/controllers/api_v1/partner.py | 2 |
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 |
