fix(routing): register merchant page routes in main.py

The auto-discovery system and get_merchant_page_routes() were already
implemented but never called in main.py, so merchant portal HTML pages
at /merchants/billing/* returned 404. Add the missing import and
registration block alongside admin, store, and storefront pages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-10 21:26:30 +01:00
parent d1fe3584ff
commit 1da03e41f9
3 changed files with 18 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
# tests/unit/models/database/__init__.py
"""Database model unit tests."""