Skip to content

Commit

Permalink
refactor: #15 URI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ehs208 committed Oct 31, 2024
1 parent bc6345a commit 7a3acc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class PostController {

private final PostService postService;

@GetMapping("/{customId}/articles")
@GetMapping("/{customId}/list")
@Operation(summary = "특정 사용자의 게시글 조회", description = "특정 사용자의 게시글을 조회합니다.")
public ResponseEntity<GlobalResponseDto<List<ArticlesResponseDto>>> getArticles(@PathVariable String customId) {
return ResponseEntity.status(HttpStatus.OK)
Expand Down

0 comments on commit 7a3acc1

Please sign in to comment.