diff options
Diffstat (limited to 'ufund-api/data')
-rw-r--r-- | ufund-api/data/cupboard.json | 4 | ||||
-rw-r--r-- | ufund-api/data/users.json | 1 |
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 |