diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-02-23 15:51:28 -0500 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-02-23 15:51:28 -0500 |
commit | c7ac2db02a39cf349f9434186996c93eebc17a3c (patch) | |
tree | 704e126d459e147bb9b4d4064ed39b21db9d266a /ufund-api/data | |
parent | 1a46e367e2774bf31acd46bf088c29777c6c7f04 (diff) | |
download | JellySolutions-c7ac2db02a39cf349f9434186996c93eebc17a3c.tar.gz JellySolutions-c7ac2db02a39cf349f9434186996c93eebc17a3c.tar.bz2 JellySolutions-c7ac2db02a39cf349f9434186996c93eebc17a3c.zip |
Created UserDAO and file as well as user class
Diffstat (limited to 'ufund-api/data')
-rw-r--r-- | ufund-api/data/cupboard.json | 4 |
1 files changed, 3 insertions, 1 deletions
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 |