ai review

This commit is contained in:
lik
2026-09-01 21:49:41 +08:00
parent 70307d4eb8
commit 058e9135ae
9 changed files with 184 additions and 136 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class APP {
setupRoutes() {
this.app.use(async (ctx, next) => {
if (ctx.path === '/') {
ResponseUtil.success(ctx, { name: 'attendant-api', version: '1.0.0' });
ResponseUtil.success(ctx, { name: 'user-api', version: '1.0.0' });
return;
}
await next();