Skip to content

Commit

Permalink
test : 로그 파일분리 테스를 위한 controller 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dltjdgh0428 committed Mar 25, 2024
1 parent 462a953 commit 7779a4b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ public CMRespDto<?> request() {
return new CMRespDto<>(HttpStatus.OK, env, ".env checking complete");
}

@GetMapping("/test/error")
public String throwError() {
throw new RuntimeException("테스트 에러 발생!");
}

}

0 comments on commit 7779a4b

Please sign in to comment.