DSatishchandra commited on
Commit
ee41888
·
verified ·
1 Parent(s): 8a35f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -495,7 +495,7 @@ def login():
495
  app.register_blueprint(menu_page)
496
  #app.register_blueprint(cart_blueprint, url_prefix='/cart') # Register the cart blueprint with URL prefix
497
 
498
- app.register_blueprint(order_blueprint)
499
 
500
 
501
  if __name__ == "__main__":
 
495
  app.register_blueprint(menu_page)
496
  #app.register_blueprint(cart_blueprint, url_prefix='/cart') # Register the cart blueprint with URL prefix
497
 
498
+ #app.register_blueprint(order_blueprint)
499
 
500
 
501
  if __name__ == "__main__":