dengbiao hace 1 día
padre
commit
d38c1a31f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/router/router.go

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

@@ -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)
{
//打包机调用,不需要校验


Cargando…
Cancelar
Guardar