muryshev commited on
Commit
6153288
·
1 Parent(s): 35a0577
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def getagenda_route():
122
  return jsonify({'result': response})
123
 
124
  @app.route('/gethighlights', methods=['POST'])
125
- def getagenda_route():
126
  data = request.get_json()
127
  text = data.get('text', '')
128
 
 
122
  return jsonify({'result': response})
123
 
124
  @app.route('/gethighlights', methods=['POST'])
125
+ def gethighlights_route():
126
  data = request.get_json()
127
  text = data.get('text', '')
128