summaryrefslogtreecommitdiff
path: root/fixco_api
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_api')
-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