docs: update API route count in architecture section (#70)

Co-authored-by: 唐国梁Tommy <26358638+TGLTommy@users.noreply.github.com>
This commit is contained in:
nyk 2026-03-02 23:25:36 +07:00 committed by GitHub
parent ff5ee73dec
commit 55fdb45e53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ mission-control/
│ ├── app/ │ ├── app/
│ │ ├── page.tsx # SPA shell — routes all panels │ │ ├── page.tsx # SPA shell — routes all panels
│ │ ├── login/page.tsx # Login page │ │ ├── login/page.tsx # Login page
│ │ └── api/ # 30+ REST API routes │ │ └── api/ # 64 REST API routes
│ ├── components/ │ ├── components/
│ │ ├── layout/ # NavRail, HeaderBar, LiveFeed │ │ ├── layout/ # NavRail, HeaderBar, LiveFeed
│ │ ├── dashboard/ # Overview dashboard │ │ ├── dashboard/ # Overview dashboard