Browse Source

Merge branch 'fms_3.0' into debug

zwxi 1 year ago
parent
commit
39eea3b4ab
1 changed files with 0 additions and 1 deletions
  1. 0 1
      routers/contract.go

+ 0 - 1
routers/contract.go

@@ -46,5 +46,4 @@ func InitContract(rg *gin.RouterGroup) {
 	preRegisterGroup.POST("del", preRegister.Del)
 	preRegisterGroup.POST("del", preRegister.Del)
 	preRegisterGroup.POST("detail", preRegister.Detail)
 	preRegisterGroup.POST("detail", preRegister.Detail)
 	preRegisterGroup.POST("save", preRegister.Save)
 	preRegisterGroup.POST("save", preRegister.Save)
-	preRegisterGroup.GET("export", preRegister.ExportPreRegister)
 }
 }