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