Exemplo n.º 1
0
 def get_all_clients():
     return jsonify(str(ClientService.all_clients())), 200
Exemplo n.º 2
0
 def all_clients():
     return jsonify(ClientService.all_clients()), 200