DSatishchandra commited on
Commit
3872b90
·
verified ·
1 Parent(s): 696d0f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def get_menu_items():
88
  result = sf.query(query)
89
  return result['records']
90
 
91
- @app.route("/")
92
  def index():
93
  return render_template("index.html")
94
 
 
88
  result = sf.query(query)
89
  return result['records']
90
 
91
+ @app.route("/")
92
  def index():
93
  return render_template("index.html")
94