zwxi 11 months ago
parent
commit
0b5944aaee
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("detail", preRegister.Detail)
 	preRegisterGroup.POST("save", preRegister.Save)
-	preRegisterGroup.GET("export", preRegister.ExportPreRegister)
 }