This commit is contained in:
lwl0608 2024-05-21 17:08:05 +08:00
parent b2cc85ce8a
commit 8107f4e4b9
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)