return type
This commit is contained in:
@@ -302,8 +302,9 @@ def common_practice():
|
|||||||
# Call the dashboard service
|
# Call the dashboard service
|
||||||
data = request.get_json()
|
data = request.get_json()
|
||||||
logger.info(f"Route common Practice Data ==>>>> {data}")
|
logger.info(f"Route common Practice Data ==>>>> {data}")
|
||||||
result = CommonDataService.available_practices(data)
|
response = CommonDataService.available_practices(data)
|
||||||
return jsonify(result)
|
return response
|
||||||
|
# return jsonify(result)
|
||||||
#===================================================
|
#===================================================
|
||||||
|
|
||||||
CommonDataService
|
CommonDataService
|
||||||
|
|||||||
Reference in New Issue
Block a user