Skip to content

Commit

Permalink
[fix] 로그아웃 METHOD 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
suhhyun524 committed Aug 18, 2023
1 parent 7735e55 commit b9f068b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void resetPwd(
}

@Operation(summary = "로그아웃")
@GetMapping("/logout")
@PostMapping("/logout")
public void logout(@AuthenticationPrincipal AdminDetails adminUser) {
log.info("로그아웃");
adminService.logout(adminUser);
Expand Down

0 comments on commit b9f068b

Please sign in to comment.