fix: add bp/__init__.py with register function exports
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
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:
6
bp/__init__.py
Normal file
6
bp/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
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
|
||||||
|
from .coop_api import register as register_coop_api
|
||||||
Reference in New Issue
Block a user