Abhaykoul commited on
Commit
a61eaba
1 Parent(s): 5cc9742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 WEBScout2_search():
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'})