diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 12:38:32 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 12:38:32 -0400 |
commit | cd24514f7b75e1cde515c99607bf3b2bc0f4fc88 (patch) | |
tree | 72fe95bb3f532bec92cd68de46da49b50e2d9a13 /ufund-api/data/users.json | |
parent | cbb02fb9fe06601ac419e804a7c87ff8452ed889 (diff) | |
parent | 0b41684e57c79374aee3a564307cd4fdef603e7c (diff) | |
download | JellySolutions-cd24514f7b75e1cde515c99607bf3b2bc0f4fc88.tar.gz JellySolutions-cd24514f7b75e1cde515c99607bf3b2bc0f4fc88.tar.bz2 JellySolutions-cd24514f7b75e1cde515c99607bf3b2bc0f4fc88.zip |
Merge branch 'funding_basket' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b into funding_basket
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 |