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