Skip to content

Commit f075539

Browse files
committed
chore: 슬랙 연동 테스트
1 parent 927dc14 commit f075539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/myteam/server/test/controller/GlobalTestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public ResponseEntity<?> certifiedAdmin() {
4141

4242
@GetMapping("/exception-test")
4343
public String exceptionTest() {
44-
log.info("exception test ");
44+
log.info("exception test");
4545
throw new PlayHiveException(ErrorCode.INTERNAL_SERVER_ERROR);
4646
}
4747

0 commit comments

Comments
 (0)