@@ -89,6 +89,7 @@ func (i *initCasbin) InitializeData(ctx context.Context) (context.Context, error
89
89
90
90
{PType : "p" , V0 : "888" , V1 : "/fileUploadAndDownload/upload" , V2 : "POST" },
91
91
{PType : "p" , V0 : "888" , V1 : "/fileUploadAndDownload/deleteFile" , V2 : "POST" },
92
+ {PType : "p" , V0 : "888" , V1 : "/fileUploadAndDownload/editFileName" , V2 : "POST" },
92
93
{PType : "p" , V0 : "888" , V1 : "/fileUploadAndDownload/getFileList" , V2 : "POST" },
93
94
94
95
{PType : "p" , V0 : "888" , V1 : "/casbin/updateCasbin" , V2 : "POST" },
@@ -180,6 +181,7 @@ func (i *initCasbin) InitializeData(ctx context.Context) (context.Context, error
180
181
{PType : "p" , V0 : "8881" , V1 : "/fileUploadAndDownload/upload" , V2 : "POST" },
181
182
{PType : "p" , V0 : "8881" , V1 : "/fileUploadAndDownload/getFileList" , V2 : "POST" },
182
183
{PType : "p" , V0 : "8881" , V1 : "/fileUploadAndDownload/deleteFile" , V2 : "POST" },
184
+ {PType : "p" , V0 : "8881" , V1 : "/fileUploadAndDownload/editFileName" , V2 : "POST" },
183
185
{PType : "p" , V0 : "8881" , V1 : "/casbin/updateCasbin" , V2 : "POST" },
184
186
{PType : "p" , V0 : "8881" , V1 : "/casbin/getPolicyPathByAuthorityId" , V2 : "POST" },
185
187
{PType : "p" , V0 : "8881" , V1 : "/jwt/jsonInBlacklist" , V2 : "POST" },
@@ -221,6 +223,7 @@ func (i *initCasbin) InitializeData(ctx context.Context) (context.Context, error
221
223
{PType : "p" , V0 : "9528" , V1 : "/fileUploadAndDownload/upload" , V2 : "POST" },
222
224
{PType : "p" , V0 : "9528" , V1 : "/fileUploadAndDownload/getFileList" , V2 : "POST" },
223
225
{PType : "p" , V0 : "9528" , V1 : "/fileUploadAndDownload/deleteFile" , V2 : "POST" },
226
+ {PType : "p" , V0 : "9528" , V1 : "/fileUploadAndDownload/editFileName" , V2 : "POST" },
224
227
{PType : "p" , V0 : "9528" , V1 : "/casbin/updateCasbin" , V2 : "POST" },
225
228
{PType : "p" , V0 : "9528" , V1 : "/casbin/getPolicyPathByAuthorityId" , V2 : "POST" },
226
229
{PType : "p" , V0 : "9528" , V1 : "/jwt/jsonInBlacklist" , V2 : "POST" },
0 commit comments