Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def getagenda_route():
|
|
122 |
return jsonify({'result': response})
|
123 |
|
124 |
@app.route('/gethighlights', methods=['POST'])
|
125 |
-
def
|
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 |
|