Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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
|