def hello_world()

in code/backend/app.py [0:0]


def hello_world():
    return jsonify({'message': 'Hello, again'})