We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8538565 commit 5379f6dCopy full SHA for 5379f6d
lib/service/CoaHttp.ts
@@ -64,6 +64,7 @@ export class CoaHttp<T extends CoaContext> {
64
})
65
// 注册常用路由
66
this.router.on('GET', baseUrl + 'version', async () => this.env.version)
67
+ this.router.on('ALL', '/', async () => '')
68
this.router.on('GET', '/health', async () => '')
69
this.router.on('GET', '/favicon.ico', async () => '')
70
}
0 commit comments