浏览代码

更新

master
huangjiajun 1 个月前
父节点
当前提交
bde0abdd1a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go 查看文件

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


正在加载...
取消
保存