summaryrefslogtreecommitdiff
path: root/indoteknik_api/controllers/api_v3/product.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_api/controllers/api_v3/product.py')
-rw-r--r--indoteknik_api/controllers/api_v3/product.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v3/product.py b/indoteknik_api/controllers/api_v3/product.py
index 3df34dc6..b4aab1b0 100644
--- a/indoteknik_api/controllers/api_v3/product.py
+++ b/indoteknik_api/controllers/api_v3/product.py
@@ -15,4 +15,4 @@ class V3Product(controller.Controller):
products = request.env['product.template'].browse(int(id))
result = products.solr_results(detail=True)
- return self.response(result, headers=[('Cache-Control', 'max-age=3600, public')]) \ No newline at end of file
+ return self.response(result) \ No newline at end of file