def ping()

in server/server.py [0:0]


def ping():
    resp = jsonify("Hello")
    resp.status_code = 200
    return resp