Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def WEBScout2_search():
|
|
| 19 |
responses.append(r)
|
| 20 |
return jsonify(responses)
|
| 21 |
@app.route('/mws', methods=['POST'])
|
| 22 |
-
def
|
| 23 |
data = request.get_json()
|
| 24 |
if 'query' not in data:
|
| 25 |
return jsonify({'error': 'Query parameter missing'})
|
|
|
|
| 19 |
responses.append(r)
|
| 20 |
return jsonify(responses)
|
| 21 |
@app.route('/mws', methods=['POST'])
|
| 22 |
+
def WEBScout_search():
|
| 23 |
data = request.get_json()
|
| 24 |
if 'query' not in data:
|
| 25 |
return jsonify({'error': 'Query parameter missing'})
|