Working on redoing order to get rid of order_cart.
This commit is contained in:
@@ -207,7 +207,7 @@ app.include_router(
|
||||
)
|
||||
app.include_router(
|
||||
order.router,
|
||||
prefix='/order',
|
||||
# prefix='/order',
|
||||
tags=['Order'],
|
||||
)
|
||||
app.include_router(
|
||||
|
||||
Reference in New Issue
Block a user