liujiandao
2024-04-25 c0f8f8d3a74dbdab4f6ab4926fc664d818fb50f2
initialize/router.go
@@ -40,7 +40,7 @@
   PrivateGroup.GET("previewContract", conApi.PreviewContract)   // 预览Contract
   PrivateGroup.GET("downloadContract", conApi.DownloadContract) // 下载Contract
   PrivateGroup.Use(middleware.JWTAuth())
   PrivateGroup.Use(middleware.JWTAuth()).Use(middleware.VerifyResetPwd())
   {
      systemRouter.InitSystemRouter(PrivateGroup) // system相关路由
      //exampleRouter.InitFileUploadAndDownloadRouter(PrivateGroup) // 文件上传下载功能路由