def health_check_response()

in lab-1-xray/answers/mysfits_like.py [0:0]


def health_check_response():
    return jsonify({"message" : "This is for health checking purposes."})