Update app.py
Browse files
app.py
CHANGED
@@ -429,6 +429,8 @@ 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)
|
|
|
|
|
432 |
|
433 |
|
434 |
if __name__ == "__main__":
|
|
|
429 |
app.register_blueprint(cart_blueprint, url_prefix='/cart') # Register the cart blueprint with URL prefix
|
430 |
|
431 |
app.register_blueprint(order_blueprint)
|
432 |
+
app.register_blueprint(orderhistory_blueprint)
|
433 |
+
|
434 |
|
435 |
|
436 |
if __name__ == "__main__":
|