Skip to content

Commit

Permalink
refactor: 소문자로 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
waterricecake committed Jul 27, 2023
1 parent a6b9993 commit 6f4164f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions backend/src/docs/asciidoc/docs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,14 @@ include::{snippets}/category-controller-test/get-expense-categories/http-request
==== 응답
include::{snippets}/category-controller-test/get-expense-categories/http-response.adoc[]
include::{snippets}/category-controller-test/get-expense-categories/response-fields.adoc[]

== 경비 API

=== 경비 조회 (/trips/:tripId/expense)

==== 요청
include::{snippets}/Expense-controller-test/get-expenses/http-request.adoc[]

==== 응답
include::{snippets}/Expense-controller-test/get-expenses/http-response.adoc[]
include::{snippets}/Expense-controller-test/get-expenses/response-fields.adoc[]

0 comments on commit 6f4164f

Please sign in to comment.