express: WIP

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-09-14 21:35:41 -04:00
parent 5c1b0ce6ff
commit d5c43d0624
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
5 changed files with 175 additions and 17 deletions

3
express/animals.json Normal file
View file

@ -0,0 +1,3 @@
{
"animals": ["Dog", "Cat", "Elephant", "Lion", "Giraffe"]
}