diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-18 11:41:04 -0400 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-18 11:41:04 -0400 |
commit | 0b41684e57c79374aee3a564307cd4fdef603e7c (patch) | |
tree | 63d8f94f6671d6a162d71a0b310bb26af4864961 /ufund-api/data/users.json | |
parent | bd41fc58b5537a12072625bbf75baf75d5ed2274 (diff) | |
download | JellySolutions-0b41684e57c79374aee3a564307cd4fdef603e7c.tar.gz JellySolutions-0b41684e57c79374aee3a564307cd4fdef603e7c.tar.bz2 JellySolutions-0b41684e57c79374aee3a564307cd4fdef603e7c.zip |
THE UPDATE USER WORKS! -ak
Diffstat (limited to '')
-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 |