docs: update API route count in architecture section (#70)
Co-authored-by: 唐国梁Tommy <26358638+TGLTommy@users.noreply.github.com>
This commit is contained in:
parent
ff5ee73dec
commit
55fdb45e53
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue