fix
This commit is contained in:
parent
e84f94de68
commit
801fe5cbe0
|
@ -54,9 +54,8 @@ import (
|
|||
func Init(r *gin.Engine) {
|
||||
r.HandleMethodNotAllowed = true
|
||||
|
||||
// websocket长链接
|
||||
r.GET("/", ServeFile)
|
||||
r.GET("/ws", HandleWs)
|
||||
r.GET("/", HelloWorld)
|
||||
r.POST("/", HelloWorld)
|
||||
|
||||
// healthcheck
|
||||
r.GET("/healthcheck", Healthcheck)
|
||||
|
|
Loading…
Reference in New Issue