Skip to content

Commit

Permalink
refactor: #36 api 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dyk-im committed Nov 13, 2024
1 parent 3724e57 commit f7420ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public ResponseEntity<GlobalResponseDto<ArticleResponseDto>> getArticle(
}

//메인 페이지 게시글 조회
@GetMapping("/articles")
@GetMapping
@Operation(summary = "게시글 목록 조회(스크롤)", description = "페이징을 적용하여 게시글 목록을 조회합니다.")
public ResponseEntity<GlobalResponseDto<Page<ArticleResponseDto>>> getArticles(
HttpServletRequest request,
Expand Down

0 comments on commit f7420ad

Please sign in to comment.