Abhaykoul commited on
Commit
8018de6
1 Parent(s): 6a46ed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import google.generativeai as palm
5
  app = Flask(__name__)
6
 
7
  @app.route('/search', methods=['POST'])
8
- def WEBScout_search():
9
  data = request.get_json()
10
  if 'query' not in data:
11
  return jsonify({'error': 'Query parameter missing'})
 
5
  app = Flask(__name__)
6
 
7
  @app.route('/search', methods=['POST'])
8
+ def WEBScout2_search_search():
9
  data = request.get_json()
10
  if 'query' not in data:
11
  return jsonify({'error': 'Query parameter missing'})