Rammohan0504 commited on
Commit
6a200a6
·
verified ·
1 Parent(s): 7865d41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -425,7 +425,7 @@ def login():
425
 
426
  return render_template("login.html")
427
  # Register Blueprints for each functionality
428
- app.register_blueprint(menu_blueprint)
429
  app.register_blueprint(cart_blueprint, url_prefix='/cart') # Register the cart blueprint with URL prefix
430
 
431
  app.register_blueprint(order_blueprint)
 
425
 
426
  return render_template("login.html")
427
  # Register Blueprints for each functionality
428
+ app.register_blueprint(menu_blueprint, url_prefix='/menu')
429
  app.register_blueprint(cart_blueprint, url_prefix='/cart') # Register the cart blueprint with URL prefix
430
 
431
  app.register_blueprint(order_blueprint)