modeling out expense entities and dtos

This commit is contained in:
Joe Arndt 2025-12-10 16:31:28 -06:00
parent acdb7ad9c9
commit 7011e44662
10 changed files with 83 additions and 14 deletions

View file

@ -0,0 +1,11 @@
meta {
name: Expenses
type: http
seq: 1
}
get {
url: {{localBaseUrl}}/health
body: none
auth: inherit
}

View file

@ -0,0 +1,3 @@
meta {
name: Expenses
}

View file

@ -1,7 +1,7 @@
meta {
name: Healthcheck
type: http
seq: 2
seq: 1
}
get {