From 64ba53f73cc743d9255af3138c8ccea3b64dac34 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Fri, 26 Dec 2025 19:32:20 +0800 Subject: [PATCH] update --- src/app.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 82f7d1e..be91f67 100644 --- a/src/app.ts +++ b/src/app.ts @@ -19,7 +19,9 @@ app.route({ path: 'router', key: 'list' }).define(async (ctx) => { - ctx.body = app.router.getList(); + ctx.body = { + list: app.router.getList() + } }).addTo(app); export const db = useConfigKey('db', () => {