Skip to content

Commit

Permalink
doc: fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-yhc committed Jan 13, 2024
1 parent e0bef13 commit 9efc2e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ void dislikeSuggestion() throws Exception {
.andExpect(jsonPath("$.data.likeNum").value("999+"));
// document
resultActions.andDo(document(
"post-like-suggestion",
"post-cancel-like-suggestion",
preprocessRequest(prettyPrint()),
preprocessResponse(prettyPrint()),
resource(
ResourceSnippetParameters.builder()
.summary("[제안] 좋아요 누르기")
.summary("[제안] 좋아요 취소하기")
.tag("제안하기")
.description( CustomMDGenerator.builder()
.h1("[Request Headers]")
Expand Down

0 comments on commit 9efc2e4

Please sign in to comment.