This commit is contained in:
Georges-Antoine Assi
2026-06-22 22:46:39 -04:00
parent 995a01981b
commit 0cf0647685

View File

@@ -13,7 +13,7 @@ Full reference: **`docs/BACKEND_ARCHITECTURE.md`** (directory map, ER diagram, e
## Layered architecture — where code goes
```
```txt
endpoints/ FastAPI routers: request validation, response schemas, @protected_route scopes
endpoints/responses/ Pydantic response schemas (these shape the OpenAPI → frontend types)
endpoints/sockets/ Socket.IO event handlers