Fix SSE route dependency and align architecture docs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
"""Backend application entrypoint."""
|
||||
|
||||
from app.api.main import app
|
||||
# Keep module behavior explicit so the backend flow stays easy to audit.
|
||||
|
||||
|
||||
__all__ = ["app"]
|
||||
|
||||
Reference in New Issue
Block a user