Skip to content

Commit 722c2b1

Browse files
authored
Merge pull request #309 from prgrms-web-devcourse-final-project/chore#308
[chore] 환경 변수 변경을 위한 재배포#2
2 parents bb611dc + 3444008 commit 722c2b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/back/domain/user/controller/UserAuthController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public RsData<Void> logout(HttpServletRequest request, HttpServletResponse respo
5959
@ApiResponse(responseCode = "401", description = "인증되지 않은 사용자"),
6060
@ApiResponse(responseCode = "500", description = "서버 내부 오류")
6161
})
62+
6263
@GetMapping("/me")
6364
public RsData<UserMeResDto> getCurrentUser() {
6465
UserMeResDto userInfo = userAuthService.getCurrentUser();

0 commit comments

Comments
 (0)