added created/updated time for expenses

This commit is contained in:
Joe Arndt 2026-02-25 13:43:44 -06:00
parent d0337c5a67
commit 8f846bd253
4 changed files with 19 additions and 4 deletions

View file

@ -12,6 +12,6 @@ post {
body:json {
{
"name": "Gas"
"name": "Groceries:Food"
}
}

View file

@ -12,6 +12,6 @@ post {
body:json {
{
"name": "Casey's"
"name": "Walmart"
}
}

View file

@ -12,6 +12,6 @@ post {
body:json {
{
"name": "Joe"
"name": "Sienna"
}
}