lokesh341 commited on
Commit
1c9a95b
·
verified ·
1 Parent(s): 6d5b53e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -39,7 +39,10 @@ def index():
39
  @app.route("/dashboard", methods=["GET"])
40
  def dashboard():
41
  return render_template("dashboard.html")
42
-
 
 
 
43
  # ✅ MENU PAGE ROUTE (NEWLY ADDED)
44
  @app.route("/menu_page", methods=["GET"])
45
  def menu_page():
 
39
  @app.route("/dashboard", methods=["GET"])
40
  def dashboard():
41
  return render_template("dashboard.html")
42
+ # ✅ MENU PAGE ROUTE
43
+ @app.route("/menu_page", methods=["GET"])
44
+ def menu_page():
45
+ return render_template("menu_page.html")
46
  # ✅ MENU PAGE ROUTE (NEWLY ADDED)
47
  @app.route("/menu_page", methods=["GET"])
48
  def menu_page():