Skip to content

Commit 3444008

Browse files
committed
chore:deploy test2
1 parent 15bd9f6 commit 3444008

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)