return type
This commit is contained in:
@@ -302,8 +302,9 @@ 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)
|
||||
response = CommonDataService.available_practices(data)
|
||||
return response
|
||||
# return jsonify(result)
|
||||
#===================================================
|
||||
|
||||
CommonDataService
|
||||
|
||||
Reference in New Issue
Block a user