diff options
author | Tyler Ferrari <69283684+Sowgro@users.noreply.github.com> | 2025-03-17 16:44:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-17 16:44:16 -0400 |
commit | ed3d0e5e5f9c58c3926ea55a422212f4da1c8849 (patch) | |
tree | a33f760bb831c948ebf1844ca52d7625ca7f6fe7 /ufund-api/data/users.json | |
parent | 9baaa0590fbc38c06d530786a1de804ee9edd7db (diff) | |
parent | 0377515c685b3ced5f67ae6d2ffee22893943acb (diff) | |
download | JellySolutions-ed3d0e5e5f9c58c3926ea55a422212f4da1c8849.tar.gz JellySolutions-ed3d0e5e5f9c58c3926ea55a422212f4da1c8849.tar.bz2 JellySolutions-ed3d0e5e5f9c58c3926ea55a422212f4da1c8849.zip |
Merge pull request #9 from RIT-SWEN-261-02/service-tests
service-tests merge
Diffstat (limited to 'ufund-api/data/users.json')
-rw-r--r-- | ufund-api/data/users.json | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/ufund-api/data/users.json b/ufund-api/data/users.json index ae575b1..106f11e 100644 --- a/ufund-api/data/users.json +++ b/ufund-api/data/users.json @@ -1,12 +1 @@ -[ - { - "username": "phil", - "passwordHash": -1054080181, - "basket": [] - }, - { - "username": "tbone", - "passwordHash": 97526364, - "basket": [] - } -]
\ No newline at end of file +[{"username":"adf","passwordHash":96419,"basket":[]},{"username":"tbone","passwordHash":97526364,"basket":[]},{"username":"sowgro","passwordHash":389416948,"basket":[]},{"username":"phil","passwordHash":-1054080181,"basket":[]}]
\ No newline at end of file |