Skip to content

Commit

Permalink
Merge pull request #45 from depromeet/feature/#39
Browse files Browse the repository at this point in the history
[fix][#39] merge 오류
  • Loading branch information
sejoon00 authored Aug 13, 2024
2 parents 3ab3f7b + 278c805 commit dc9ed42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ public ResponseEntity<Void> logout(@AuthUser User user) {
authService.logout(user);
return ResponseEntity.ok().body(null);
}

}

0 comments on commit dc9ed42

Please sign in to comment.