diff --git a/src/main/java/kr/co/fastcampus/yanabada/domain/product/controller/ProductController.java b/src/main/java/kr/co/fastcampus/yanabada/domain/product/controller/ProductController.java index 2d681899..cf86e98c 100644 --- a/src/main/java/kr/co/fastcampus/yanabada/domain/product/controller/ProductController.java +++ b/src/main/java/kr/co/fastcampus/yanabada/domain/product/controller/ProductController.java @@ -21,8 +21,8 @@ import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.ModelAttribute; -import org.springframework.web.bind.annotation.PathVariable; 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.RequestBody; import org.springframework.web.bind.annotation.RequestMapping;