Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def WEBScout2_search_search():
|
|
| 20 |
|
| 21 |
@app.route('/int', methods=['GET'])
|
| 22 |
def WEBScout3_search_search_search_search():
|
| 23 |
-
query = request.args.get('
|
| 24 |
if not query:
|
| 25 |
return jsonify({'error': 'Query parameter missing'})
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
@app.route('/int', methods=['GET'])
|
| 22 |
def WEBScout3_search_search_search_search():
|
| 23 |
+
query = request.args.get('q')
|
| 24 |
if not query:
|
| 25 |
return jsonify({'error': 'Query parameter missing'})
|
| 26 |
|