feat(core): register attachment router in main.py
This commit is contained in:
@@ -41,6 +41,7 @@ from app.routes import (
|
||||
taxes,
|
||||
sequences,
|
||||
system_settings,
|
||||
attachments,
|
||||
)
|
||||
|
||||
|
||||
@@ -194,6 +195,7 @@ def create_app() -> FastAPI:
|
||||
app.include_router(taxes.router)
|
||||
app.include_router(sequences.router)
|
||||
app.include_router(system_settings.router)
|
||||
app.include_router(attachments.router)
|
||||
|
||||
# ── Register plugin routes (before SPA catch-all) ────────────────
|
||||
registry = get_registry()
|
||||
|
||||
Reference in New Issue
Block a user