diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-02-26 16:00:35 -0500 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-02-26 16:00:35 -0500 |
commit | 72d614074a3cd578322931af647c6f0a65a23dfd (patch) | |
tree | 438a2ebaae76a4373235c369df576d4618315c38 /ufund-api/src/main/resources | |
parent | 03799f252ad2fb207e256fe7eff7ad0600131b7d (diff) | |
download | JellySolutions-72d614074a3cd578322931af647c6f0a65a23dfd.tar.gz JellySolutions-72d614074a3cd578322931af647c6f0a65a23dfd.tar.bz2 JellySolutions-72d614074a3cd578322931af647c6f0a65a23dfd.zip |
Tested user http calls and fixed update user
Diffstat (limited to 'ufund-api/src/main/resources')
-rw-r--r-- | ufund-api/src/main/resources/application.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ufund-api/src/main/resources/application.properties b/ufund-api/src/main/resources/application.properties index 22e8184..254ac64 100644 --- a/ufund-api/src/main/resources/application.properties +++ b/ufund-api/src/main/resources/application.properties @@ -1,4 +1,5 @@ # rename to application.properties server.error.include-message=always -cupboard.file=ufund-api/data/cupboard.json
\ No newline at end of file +cupboard.file=ufund-api/data/cupboard.json +users.file=ufund-api/data/users.json
\ No newline at end of file |