diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2025-06-02 10:39:22 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2025-06-02 10:39:22 +0700 |
| commit | 42714644a316f1d6d5d4fcccd756e2ca30c7947c (patch) | |
| tree | 4fa2ea3bb2d4406a0e8c4e75a4c02e9f66c6c35f /fixco_api | |
| parent | 5f67140e262fb72ede5eba6fb175af502943f3b4 (diff) | |
test api
Diffstat (limited to 'fixco_api')
| -rwxr-xr-x | fixco_api/controllers/api_v1/partner.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fixco_api/controllers/api_v1/partner.py b/fixco_api/controllers/api_v1/partner.py index 0d92fee..83a373c 100755 --- a/fixco_api/controllers/api_v1/partner.py +++ b/fixco_api/controllers/api_v1/partner.py @@ -20,9 +20,7 @@ class Partner(controller.Controller): @http.route('/odoo_controller/odoo_controller/', auth='public') def index(self, **kw): - test = 'test doang bisa ga' - test2 = test - return test2 + return 'OK' @http.route(prefix + 'wati/notification', auth='none', type='json', csrf=False, methods=['POST', 'OPTIONS']) def notification(self, **kw): |
