fix
This commit is contained in:
parent
38eebe5b35
commit
0598f99bd3
|
@ -53,8 +53,7 @@ import (
|
|||
func Init(r *gin.Engine) {
|
||||
r.HandleMethodNotAllowed = true
|
||||
|
||||
r.GET("/", HelloWorld)
|
||||
r.POST("/", HelloWorld)
|
||||
r.Any("/", HelloWorld)
|
||||
|
||||
// healthcheck
|
||||
r.GET("/healthcheck", Healthcheck)
|
||||
|
|
Loading…
Reference in New Issue