Skip to content

Commit

Permalink
Merge pull request #126 from Review-zip/fix/#124-images-upload-postid
Browse files Browse the repository at this point in the history
Fix: api url ์ˆ˜์ •
  • Loading branch information
yoondaeng authored Feb 1, 2024
2 parents 4bfff57 + 40209ed commit 6fa7b19
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 6fa7b19

Please sign in to comment.