fix
This commit is contained in:
parent
b2cc85ce8a
commit
8107f4e4b9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue