BeveledCube commited on
Commit
258ed12
1 Parent(s): 6aad20a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -34,7 +34,7 @@ def receive_data():
34
  return jsonify(answer_data)
35
 
36
  @app.route("/", methods=["GET"])
37
- def receive_data():
38
  return render_template("index.html")
39
 
40
  app.run(debug=False, port=7860)
 
34
  return jsonify(answer_data)
35
 
36
  @app.route("/", methods=["GET"])
37
+ def not_api():
38
  return render_template("index.html")
39
 
40
  app.run(debug=False, port=7860)