implemented all controller/service verbs

This commit is contained in:
Joe Arndt 2025-12-11 22:33:29 -06:00
parent 085e84b086
commit f150fe84f2
9 changed files with 246 additions and 65 deletions

View file

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