New routes

This commit is contained in:
CHIEFSOFT\ameye
2025-09-29 14:32:02 -04:00
parent f55b76d5e8
commit 808ee0ff3d
+22
View File
@@ -415,6 +415,28 @@ def get_subcriptions_view_office():
response = OfficeDashboardService.get_subscription_view_data(filters)
return response
@api.route('/office/template/set-custom', methods=['POST'])
# @token_required
def get_set_custom_template_office():
# Call the dashboard service
filters = {
'subscription_uid': request.args.get('subscription_uid')
}
response = []
return response
@api.route('/office/template/set-template', methods=['POST'])
# @token_required
def get_set_template_office():
# Call the dashboard service
filters = {
'subscription_uid': request.args.get('subscription_uid')
}
response = []
return response
@api.route('/office/billings', methods=['GET'])
# @token_required