Explorar el Código

更新

master
huangjiajun hace 2 meses
padre
commit
bde0abdd1a
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

@@ -145,7 +145,7 @@ func rSetCenter(r *gin.RouterGroup) {
rAppletSetCenter.DELETE("/delete/:id", hdl.AppletDelete)
rAppletSetCenter.GET("/authorize", hdl.AppletAuthorize)
rAppletSetCenter.GET("/unauthorized", hdl.AppletUnauthorized)
rAppletShieldRules := r.Group("/shieldRules")
rAppletShieldRules := rAppletSetCenter.Group("/shieldRules")
{
rAppletShieldRules.POST("/getBlackList", hdl.AppletGetBlackList)
rAppletShieldRules.POST("/addBlackList", hdl.AppletAddBlackList)


Cargando…
Cancelar
Guardar