lokeshloki143 commited on
Commit
f8c62b4
·
verified ·
1 Parent(s): 8a8d354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -55,8 +55,7 @@ app.register_blueprint(order_blueprint)
55
  app.register_blueprint(orderhistory_blueprint, url_prefix='/orderhistory')
56
  app.register_blueprint(customdish_blueprint, url_prefix='/customdish')
57
  app.register_blueprint(combined_summary_blueprint, url_prefix='/combined_summary')
58
- app.register_blueprint(cart_blueprint, url_prefix='/order')
59
- app.register_blueprint(cart_blueprint, url_prefix='/order-confirmation')
60
  @app.route("/")
61
  def home():
62
  # Fetch user details from URL parameters
 
55
  app.register_blueprint(orderhistory_blueprint, url_prefix='/orderhistory')
56
  app.register_blueprint(customdish_blueprint, url_prefix='/customdish')
57
  app.register_blueprint(combined_summary_blueprint, url_prefix='/combined_summary')
58
+
 
59
  @app.route("/")
60
  def home():
61
  # Fetch user details from URL parameters