@@ -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();
The note is not visible to the blocked user.