This commit is contained in:
lwl0608 2024-05-17 10:59:40 +08:00
parent 801fe5cbe0
commit 1a19cc2f08
1 changed files with 1 additions and 2 deletions

View File

@ -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)