fix: add register_order to bp/__init__.py (needed by orders)
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 39s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 39s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from .cart.routes import register as register_cart_bp
|
||||
from .cart.api import register as register_cart_api
|
||||
from .order.routes import register as register_order
|
||||
from .orders.routes import register as register_orders
|
||||
|
||||
Reference in New Issue
Block a user