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