Merge branch 'dev-lwl/consul' into test

This commit is contained in:
lwl0608 2024-05-21 17:08:13 +08:00
commit bf987fe8da
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ import (
func Init(r *gin.Engine) {
r.HandleMethodNotAllowed = true
r.Any("/", HelloWorld)
// healthcheck
r.GET("/healthcheck", Healthcheck)
r.GET("/timeout", Timeout)