All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 56s
All auth routes (login, magic link, account, newsletters, widget pages, logout) are handled by the federation app. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
229 B
Python
5 lines
229 B
Python
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
|