ソースを参照

更新

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)


読み込み中…
キャンセル
保存