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

View File

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