Some checks are pending
Build and Deploy / build-and-deploy (push) Waiting to run
- Delete coop_api.py (dead internal API endpoint) - Replace cross-app calendar imports with shared service calls - Update shared submodule Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
283 B
Python
6 lines
283 B
Python
from .auth.routes import register as register_auth_bp
|
|
from .blog.routes import register as register_blog_bp
|
|
from .admin.routes import register as register_admin
|
|
from .menu_items.routes import register as register_menu_items
|
|
from .snippets.routes import register as register_snippets
|