diff options
Diffstat (limited to 'indoteknik_api/controllers/api_v1/content.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/content.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/content.py b/indoteknik_api/controllers/api_v1/content.py index bc19c6f3..7d0bd762 100644 --- a/indoteknik_api/controllers/api_v1/content.py +++ b/indoteknik_api/controllers/api_v1/content.py @@ -7,7 +7,7 @@ class WebsiteContent(controller.Controller): prefix = '/api/v1/' @http.route(prefix + 'video_content', auth='public', methods=['GET', 'OPTIONS']) - def get_customer_review(self, **kw): + def get_video_content(self, **kw): if not self.authenticate(): return self.response(code=401, description='Unauthorized') # base_url = request.env['ir.config_parameter'].get_param('web.base.url') |
