huangjiajun 1 mese fa
parent
commit
bde0abdd1a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go Vedi File

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


Caricamento…
Annulla
Salva