fix: add register_product to bp/__init__.py (needed by browse)
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-10 00:34:39 +00:00
parent e737a953a6
commit 601a696ecb

View File

@@ -1 +1,2 @@
from .market.routes import register as register_market_bp
from .product.routes import register as register_product