From d7349f054083eff199734bd3d90ddfe972275787 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Mon, 16 Feb 2026 13:20:28 +0800 Subject: [PATCH] feat: extend file routes to include explorer API endpoints --- ccw/src/core/server.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ccw/src/core/server.ts b/ccw/src/core/server.ts index 9a2a8d55..da4f2352 100644 --- a/ccw/src/core/server.ts +++ b/ccw/src/core/server.ts @@ -599,9 +599,10 @@ export async function startServer(options: ServerOptions = {}): Promise