Skip to content

Commit

Permalink
[fix] ; 추가 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarlgnszx committed Nov 14, 2024
1 parent 3e0f3d6 commit 098481e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ public ResponseEntity<List<RecentPostsResponse>> getRecentPost(
@AuthenticationPrincipal User user
) {
return ResponseEntity.ok(
homeFacade.getRecentPosts(user)
homeFacade.getRecentPosts(user));
}

@ApiResponses({
@ApiResponse(responseCode = "200", description = "success"),
@ApiResponse(responseCode = "401", description = "token error", content = @Content),
Expand Down

0 comments on commit 098481e

Please sign in to comment.