From c7ac2db02a39cf349f9434186996c93eebc17a3c Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Sun, 23 Feb 2025 15:51:28 -0500 Subject: Created UserDAO and file as well as user class --- ufund-api/data/cupboard.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ufund-api/data') diff --git a/ufund-api/data/cupboard.json b/ufund-api/data/cupboard.json index a30bf2e..bb7ec03 100644 --- a/ufund-api/data/cupboard.json +++ b/ufund-api/data/cupboard.json @@ -1 +1,3 @@ -[{"name":"Money for coral","id":1,"maxGoal":100.0,"type":"MONETARY","filterAttributes":null,"Current":0.0}] \ No newline at end of file +[ + {"name":"Money for coral","id":1,"maxGoal":100.0,"type":"MONETARY","filterAttributes":null,"Current":0.0} +] \ No newline at end of file -- cgit v1.2.3