Skip to content

Commit ecf432b

Browse files
committed
remove: Test API 제거
1 parent d03d624 commit ecf432b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/main/java/com/example/log4u/domain/comment/testController/TestController.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,5 @@ public String testIllegalArgument() {
3030
public String testLog4uException() {
3131
throw new NotFoundCommentException(); // 또는 임의의 ServiceException
3232
}
33-
34-
@GetMapping("/unknown")
35-
public String testUnexpectedException() {
36-
String str = null;
37-
str.length(); // NPE
38-
return "절대 도달하지 않음";
39-
}
33+
4034
}

0 commit comments

Comments
 (0)