dengbiao há 2 semanas
ascendente
cometimento
d38c1a31f7
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go Ver ficheiro

@@ -67,7 +67,7 @@ func Init() *gin.Engine {
}

func route(r *gin.RouterGroup) {
r.GET("/test", hdl.Demo)
r.POST("/test", hdl.Demo)
r.POST("/login", hdl.Login)
{
//打包机调用,不需要校验


Carregando…
Cancelar
Guardar