Skip to content

Commit c6a3c52

Browse files
committed
주석 수정
1 parent c041784 commit c6a3c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/security/jwt/global/security/handler/JwtAuthenticationEntryPoint.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void commence(HttpServletRequest request,
2828
//response.sendError(HttpServletResponse.SC_UNAUTHORIZED);
2929

3030
/**
31-
* 인증 실패 401 dto로 구현
31+
* 인증 실패 401 dto로 직접 구현
3232
*/
3333
ErrorResponse error = ErrorResponse.builder()
3434
.status(HttpStatus.UNAUTHORIZED.value())

0 commit comments

Comments
 (0)