Esempio n. 1
0
def server_index():
    ary = Server.all()
    return jsonarify(ary)
Esempio n. 2
0
def server_index():
    ary = [remove_passwords_if_ineligible(obj) for obj in Server.all()]
    return jsonarify(ary)
Esempio n. 3
0
def server_index():
    ary = Server.all()
    return jsonarify(ary)
Esempio n. 4
0
def server_index():
    ary = [remove_passwords_if_ineligible(obj) for obj in Server.all()]
    return jsonarify(ary)