From 55fdb45e536c01ed0852d8a47b6694c8f1e0106a Mon Sep 17 00:00:00 2001 From: nyk <93952610+0xNyk@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:25:36 +0700 Subject: [PATCH] docs: update API route count in architecture section (#70) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 唐国梁Tommy <26358638+TGLTommy@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c93b4d8..5734a69 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ mission-control/ │ ├── app/ │ │ ├── page.tsx # SPA shell — routes all panels │ │ ├── login/page.tsx # Login page -│ │ └── api/ # 30+ REST API routes +│ │ └── api/ # 64 REST API routes │ ├── components/ │ │ ├── layout/ # NavRail, HeaderBar, LiveFeed │ │ ├── dashboard/ # Overview dashboard