diff options
author | Hayden Hartman <haydenhartman10@gmail.com> | 2025-03-18 17:17:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 17:17:23 -0400 |
commit | db9e4a8c26dc5252cfe0974843bc391c57edd07d (patch) | |
tree | 0c8aba41ae378fe04e8312ab9eff48656732c9c8 /ufund-api/data/users.json | |
parent | c7c4e037d655762cc6b394a460effbcd8816d175 (diff) | |
parent | 7a5396b65fcde8153c8eeae565bfecb7de37b23f (diff) | |
download | JellySolutions-2.1.tar.gz JellySolutions-2.1.tar.bz2 JellySolutions-2.1.zip |
Merge pull request #14 from RIT-SWEN-261-02/funding_basketv2.1
funding-basket merge
Diffstat (limited to 'ufund-api/data/users.json')
-rw-r--r-- | ufund-api/data/users.json | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/ufund-api/data/users.json b/ufund-api/data/users.json index 8543a55..5b2457f 100644 --- a/ufund-api/data/users.json +++ b/ufund-api/data/users.json @@ -1,14 +1 @@ -[ - { - "username": "phil", - "passwordHash": -1054080181, - "basket": [], - "type": "HELPER" - }, - { - "username": "admin", - "passwordHash": 92668751, - "basket": [], - "type": "MANAGER" - } -]
\ No newline at end of file +[{"username":"keshey","passwordHash":-1134843357,"basket":[],"type":"HELPER"},{"username":"admin","passwordHash":92668751,"basket":[],"type":"MANAGER"},{"username":"phil","passwordHash":-1054080181,"basket":[22,26],"type":"HELPER"}]
\ No newline at end of file |