diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2025-06-02 10:13:01 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2025-06-02 10:13:01 +0700 |
| commit | 5f67140e262fb72ede5eba6fb175af502943f3b4 (patch) | |
| tree | 882021f1818855ce9f4ddbf8146036ac974e0d4c /fixco_api | |
| parent | f36850f905e72b161e6865a0eb598f0cf2e4b25c (diff) | |
change cors
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 b03a2c6..0d92fee 100755 --- a/fixco_api/controllers/api_v1/partner.py +++ b/fixco_api/controllers/api_v1/partner.py @@ -24,6 +24,6 @@ class Partner(controller.Controller): test2 = test return test2 - @http.route(prefix + 'wati/notification', auth='none', type='json', csrf=False, cors='*', methods=['POST', 'OPTIONS']) + @http.route(prefix + 'wati/notification', auth='none', type='json', csrf=False, methods=['POST', 'OPTIONS']) def notification(self, **kw): return |
