diff --git a/axhub-tool-other/src/main/java/io/shinhanlife/axhub/biz/mcp/tool/other/presentation/MciTestController.java b/axhub-tool-other/src/main/java/io/shinhanlife/axhub/biz/mcp/tool/other/presentation/MciTestController.java index a65fe22..4fcde95 100644 --- a/axhub-tool-other/src/main/java/io/shinhanlife/axhub/biz/mcp/tool/other/presentation/MciTestController.java +++ b/axhub-tool-other/src/main/java/io/shinhanlife/axhub/biz/mcp/tool/other/presentation/MciTestController.java @@ -5,6 +5,7 @@ import io.shinhanlife.axhub.common.integration.mci.dto.MciRequestWrapper; import io.shinhanlife.axhub.common.integration.mci.dto.ShinhanCommonHeaderDto; import lombok.Data; import lombok.RequiredArgsConstructor; +import jakarta.servlet.http.HttpServletRequest; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; @@ -39,7 +40,7 @@ public class MciTestController { } @PostMapping("/send") - public String testSendMci(jakarta.servlet.http.HttpServletRequest request, @RequestBody SampleBizData bizData) { + public String testSendMci(HttpServletRequest request, @RequestBody SampleBizData bizData) { try { MciRequestWrapper wrapper = new MciRequestWrapper<>();