modeling out expense entities and dtos
This commit is contained in:
parent
acdb7ad9c9
commit
7011e44662
10 changed files with 83 additions and 14 deletions
11
bruno/Common Cents/Expenses/Expenses.bru
Normal file
11
bruno/Common Cents/Expenses/Expenses.bru
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
meta {
|
||||
name: Expenses
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{localBaseUrl}}/health
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
3
bruno/Common Cents/Expenses/folder.bru
Normal file
3
bruno/Common Cents/Expenses/folder.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
meta {
|
||||
name: Expenses
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
meta {
|
||||
name: Healthcheck
|
||||
type: http
|
||||
seq: 2
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue