Beispiel #1
0
def tag_getcollection():
    tags = Tag.get_collection(db.session)
    return jsonify({'data': tags})