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