Example #1
0
def registrations():
    registrations = Registration.get_all_registrations()
    return jsonify(registrations)