Skip to content

Commit 98776a4

Browse files
committed
feat(auth): 메시지 수정
1 parent 2d6681e commit 98776a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/somemore/global/auth/controller/AuthController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ public ApiResponse<String> getToken(
4040

4141
return ApiResponse.ok(HttpStatus.OK.value(),
4242
accessToken.getValueWithPrefix(),
43-
"유저 정보 응답 성공");
43+
"액세스 토큰 응답 성공");
4444
}
4545
}

0 commit comments

Comments
 (0)