Exemplo n.º 1
0
def listAll():
    return jsonify(make_response(serieService.get()))
Exemplo n.º 2
0
def strList():
    return jsonify(make_response(serieService.get(onGoing=True)))