diff --git a/src/main/java/egovframework/let/uss/umt/web/EgovMberManageApiController.java b/src/main/java/egovframework/let/uss/umt/web/EgovMberManageApiController.java index 2178074..f28c656 100644 --- a/src/main/java/egovframework/let/uss/umt/web/EgovMberManageApiController.java +++ b/src/main/java/egovframework/let/uss/umt/web/EgovMberManageApiController.java @@ -14,8 +14,8 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.annotation.AuthenticationPrincipal; import org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler; import org.springframework.validation.BindingResult; +import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PatchMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PutMapping;