Beispiel #1
0
def get(id):
    return jsonify(get_item(id, 'post', Post))
Beispiel #2
0
def get(id):
    return jsonify(get_item(id, 'profile', User))
Beispiel #3
0
def get(id):
    return jsonify(get_item(id, 'project', Project))