summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2025-06-02 10:13:01 +0700
committerstephanchrst <stephanchrst@gmail.com>2025-06-02 10:13:01 +0700
commit5f67140e262fb72ede5eba6fb175af502943f3b4 (patch)
tree882021f1818855ce9f4ddbf8146036ac974e0d4c
parentf36850f905e72b161e6865a0eb598f0cf2e4b25c (diff)
change cors
-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 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