예제 #1
0
def get_all():
    result = Proof.get_all()

    result = get_paginated_query(result).all()

    return Schema(many=True).dump(result).data
예제 #2
0
def get_all():
    result = Proof.get_all()

    return Schema(many=True).dump(result).data