示例#1
0
def Users():
    return jsonify({"results" : Helpers.CollectionToArray(mongo.db.pokhiusers.find()) })