Skip to content

Commit

Permalink
fix: api url ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
yoondaeng committed Feb 1, 2024
1 parent 4bfff57 commit 40209ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class PostsController {

private final PostsService postsService;

@GetMapping("/{hashtagId}")
@GetMapping("/hashtags/{hashtagId}")
@Operation(summary = "ํ•ด์‹œํƒœ๊ทธ ์•„์ด๋””๋กœ ๊ฒŒ์‹œ๊ธ€์„ ์ฐพ๋Š” API",description = "ํ•ด์‹œํƒœ๊ทธ ์•„์ด๋””๋กœ ๊ฒŒ์‹œ๊ธ€์„ ์ฐพ๋Š” ๊ธฐ๋Šฅ, ๋ฐ˜ํ™˜ ์‹œ PostPreviewListDto, PostPreviewDto ์‚ฌ์šฉ")
@ApiResponses({
@io.swagger.v3.oas.annotations.responses.ApiResponse(responseCode = "COMMON200",description = "OK, ์„ฑ๊ณต"),
Expand Down

0 comments on commit 40209ed

Please sign in to comment.