Parcourir la source

Merge branch 'fms_3.0' into debug

zwxi il y a 1 an
Parent
commit
39eea3b4ab
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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)
 }