diff --git a/src/main/java/com/aos/fileidentify/controller/EmployeeController.java b/src/main/java/com/aos/fileidentify/controller/EmployeeController.java index a0caa92..7c3ac44 100644 --- a/src/main/java/com/aos/fileidentify/controller/EmployeeController.java +++ b/src/main/java/com/aos/fileidentify/controller/EmployeeController.java @@ -5,7 +5,6 @@ import com.aos.fileidentify.entity.Employee; import com.aos.fileidentify.service.EmployeeService; import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController;