fix
This commit is contained in:
parent
801fe5cbe0
commit
1a19cc2f08
|
@ -54,8 +54,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