src/main/java/kr/wisestone/owl/web/controller/IssueController.java
@@ -63,7 +63,7 @@ return this.setSuccessMessage(resJsonData); } // 이슈 조회 // 파트너 목록 조회 @RequestMapping(value = "/issue/findPartner", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE) public @ResponseBody @@ -163,6 +163,5 @@ this.issueService.sendIssueEmail(IssueForm.make(params.get(Constants.REQ_KEY_CONTENT))); return this.setSuccessMessage(resJsonData); } }