Merge branch 'dev-lwl/consul' into test
This commit is contained in:
commit
bf987fe8da
|
@ -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