Moved DB config to ENV (#4)

Co-authored-by: Joe Arndt <jmarndt@users.noreply.github.com>
Reviewed-on: #4
This commit is contained in:
Joe 2026-02-09 22:31:15 +00:00
parent 6600745072
commit 164e51bf03
10 changed files with 431 additions and 80 deletions

View file

@ -12,6 +12,6 @@ post {
body:json {
{
"name": "Category Three"
"name": "First Cat"
}
}