common data
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user