Skip to content

Commit

Permalink
[ADD] Member Controller Api - Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjoo-lab committed Oct 6, 2023
1 parent 9b4ee45 commit 572e475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ include::auth.adoc[]
include::path.adoc[]
include::plan.adoc[]
include::place.adoc[]
include::member.adoc[]
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ void duplicate() throws Exception{
mockMvc.perform(
get("/member/duplicate/{name}","진주원")
.contentType(MediaType.APPLICATION_JSON)
.header(
"Authorization",
"Bearer wefa3fsdczf32.gaoiuergf92.gb5hsa2jgh")
);

// then
Expand Down

0 comments on commit 572e475

Please sign in to comment.