Esempio n. 1
0
def get_applications():
    return jsonify({'applications': Base.find_all('Application')})
Esempio n. 2
0
def components():
    return jsonify({'components': Base.find_all('Component')})
Esempio n. 3
0
def get_people():
    return jsonify({'people': Base.find_all('Person')})