fix url name
This commit is contained in:
@@ -459,7 +459,7 @@ def get_product_office():
|
|||||||
result = OfficeDashboardService.get_office_products(filters)
|
result = OfficeDashboardService.get_office_products(filters)
|
||||||
return jsonify(result)
|
return jsonify(result)
|
||||||
|
|
||||||
@api.route('/office/product-templates', methods=['GET'])
|
@api.route('/office/products-templates', methods=['GET'])
|
||||||
def get_product_templates():
|
def get_product_templates():
|
||||||
# Call the dashboard service
|
# Call the dashboard service
|
||||||
filters = {
|
filters = {
|
||||||
|
|||||||
Reference in New Issue
Block a user