common data

This commit is contained in:
CHIEFSOFT\ameye
2025-08-13 11:48:46 -04:00
parent 77f1028c70
commit 6c3c5bbaad
2 changed files with 20 additions and 6 deletions
+14
View File
@@ -286,6 +286,20 @@ def get_web_contents():
return jsonify(result)
#===================================================
# Common Data
#=====================================================
@api.route('/panel/common/practice', methods=['POST'])
# @token_required
def common_practice():
# Call the dashboard service
data = request.get_json()
logger.info(f"Route common Practice Data ==>>>> {data}")
result = CommonDataService.available_practices(data)
return jsonify(result)
#===================================================
CommonDataService
# # EligibilityCheck Endpoint
# @api.route("/EligibilityCheck", methods=["POST"])
# @jwt_required()