aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/data
diff options
context:
space:
mode:
authorTyler Ferrari <69283684+Sowgro@users.noreply.github.com>2025-02-26 17:20:11 -0500
committerGitHub <noreply@github.com>2025-02-26 17:20:11 -0500
commit9d832c1e96ca061b80b32abda472269bf7e0bbb7 (patch)
tree67ccc4c1f33b64d75c9cc7d57d05da3bc541bd26 /ufund-api/data
parent4c452d39214c42e2b0dc2a557b0c2ef1e3bcd9c0 (diff)
parentda74d5c7e67b873dc8fdbfc672891eb63c0b8ea2 (diff)
downloadJellySolutions-9d832c1e96ca061b80b32abda472269bf7e0bbb7.tar.gz
JellySolutions-9d832c1e96ca061b80b32abda472269bf7e0bbb7.tar.bz2
JellySolutions-9d832c1e96ca061b80b32abda472269bf7e0bbb7.zip
Merge pull request #7 from RIT-SWEN-261-02/user-functionality
Merge user-functionality into main
Diffstat (limited to 'ufund-api/data')
-rw-r--r--ufund-api/data/cupboard.json4
-rw-r--r--ufund-api/data/users.json1
2 files changed, 4 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
diff --git a/ufund-api/data/users.json b/ufund-api/data/users.json
new file mode 100644
index 0000000..4e98a14
--- /dev/null
+++ b/ufund-api/data/users.json
@@ -0,0 +1 @@
+[{"name":"steve","password":null}] \ No newline at end of file