New reports
This commit is contained in:
@@ -234,6 +234,15 @@ def get_dashboard():
|
||||
# Call the dashboard service
|
||||
result = OfficeDashboardService.get_dashboard_data()
|
||||
return jsonify(result)
|
||||
|
||||
@api.route('/office/transaction', methods=['GET'])
|
||||
# @token_required
|
||||
def get_subscription_office():
|
||||
# Call the dashboard service
|
||||
result = OfficeDashboardService.get_subscriptions_data()
|
||||
return jsonify(result)
|
||||
|
||||
|
||||
#=====================================================
|
||||
|
||||
# # EligibilityCheck Endpoint
|
||||
|
||||
Reference in New Issue
Block a user