This commit is contained in:
邹宗楠
2022-08-31 16:47:41 +08:00
parent 78f0183730
commit 97a83f1c2f
11 changed files with 1170 additions and 6 deletions

View File

@@ -184,6 +184,7 @@ func init() {
web.AutoRouter(&controllers.TicTocController{})
web.AutoRouter(&controllers.EnterpriseController{})
web.AutoRouter(&controllers.TiktokController{})
// 如下都是用于检测存活的空接口
web.Any("/", func(ctx *beecontext.Context) {
ctx.WriteString("pong\n")