@@ -89,6 +89,7 @@ func (i *initCasbin) InitializeData(ctx context.Context) (context.Context, error
8989
9090 {PType : "p" , V0 : "888" , V1 : "/fileUploadAndDownload/upload" , V2 : "POST" },
9191 {PType : "p" , V0 : "888" , V1 : "/fileUploadAndDownload/deleteFile" , V2 : "POST" },
92+ {PType : "p" , V0 : "888" , V1 : "/fileUploadAndDownload/editFileName" , V2 : "POST" },
9293 {PType : "p" , V0 : "888" , V1 : "/fileUploadAndDownload/getFileList" , V2 : "POST" },
9394
9495 {PType : "p" , V0 : "888" , V1 : "/casbin/updateCasbin" , V2 : "POST" },
@@ -180,6 +181,7 @@ func (i *initCasbin) InitializeData(ctx context.Context) (context.Context, error
180181 {PType : "p" , V0 : "8881" , V1 : "/fileUploadAndDownload/upload" , V2 : "POST" },
181182 {PType : "p" , V0 : "8881" , V1 : "/fileUploadAndDownload/getFileList" , V2 : "POST" },
182183 {PType : "p" , V0 : "8881" , V1 : "/fileUploadAndDownload/deleteFile" , V2 : "POST" },
184+ {PType : "p" , V0 : "8881" , V1 : "/fileUploadAndDownload/editFileName" , V2 : "POST" },
183185 {PType : "p" , V0 : "8881" , V1 : "/casbin/updateCasbin" , V2 : "POST" },
184186 {PType : "p" , V0 : "8881" , V1 : "/casbin/getPolicyPathByAuthorityId" , V2 : "POST" },
185187 {PType : "p" , V0 : "8881" , V1 : "/jwt/jsonInBlacklist" , V2 : "POST" },
@@ -221,6 +223,7 @@ func (i *initCasbin) InitializeData(ctx context.Context) (context.Context, error
221223 {PType : "p" , V0 : "9528" , V1 : "/fileUploadAndDownload/upload" , V2 : "POST" },
222224 {PType : "p" , V0 : "9528" , V1 : "/fileUploadAndDownload/getFileList" , V2 : "POST" },
223225 {PType : "p" , V0 : "9528" , V1 : "/fileUploadAndDownload/deleteFile" , V2 : "POST" },
226+ {PType : "p" , V0 : "9528" , V1 : "/fileUploadAndDownload/editFileName" , V2 : "POST" },
224227 {PType : "p" , V0 : "9528" , V1 : "/casbin/updateCasbin" , V2 : "POST" },
225228 {PType : "p" , V0 : "9528" , V1 : "/casbin/getPolicyPathByAuthorityId" , V2 : "POST" },
226229 {PType : "p" , V0 : "9528" , V1 : "/jwt/jsonInBlacklist" , V2 : "POST" },
0 commit comments