Exemplo n.º 1
0
 def _process(self, args):
     return jsonify(get_suggestions(args, limit=NUM_SUGGESTIONS))
Exemplo n.º 2
0
 def _process(self, args):
     return jsonify(get_suggestions(args, limit=NUM_SUGGESTIONS))