aboutsummaryrefslogtreecommitdiff
path: root/ufund-api
diff options
context:
space:
mode:
authorAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-03-17 22:43:44 -0400
committerAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-03-17 22:43:44 -0400
commit7de909de2778633660afe5d68f848d1e618b8470 (patch)
tree956a32462325398233ad7a30cc23572ecf1a4e48 /ufund-api
parentd4c0487021b75d94cbb76dcb5c97c344468ba9e5 (diff)
downloadJellySolutions-7de909de2778633660afe5d68f848d1e618b8470.tar.gz
JellySolutions-7de909de2778633660afe5d68f848d1e618b8470.tar.bz2
JellySolutions-7de909de2778633660afe5d68f848d1e618b8470.zip
please work fixed paths?? -ak
Diffstat (limited to 'ufund-api')
-rw-r--r--ufund-api/src/main/resources/application.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/ufund-api/src/main/resources/application.properties b/ufund-api/src/main/resources/application.properties
index 2679f88..70cb171 100644
--- a/ufund-api/src/main/resources/application.properties
+++ b/ufund-api/src/main/resources/application.properties
@@ -1,9 +1,9 @@
# rename to application.properties
server.error.include-message=always
-cupboard.file=ufund-api/data/cupboard.json
-users.file=ufund-api/data/users.json
-authKeys.file=ufund-api/data/userAuths.json
+cupboard.file=data/cupboard.json
+users.file=data/users.json
+authKeys.file=data/userAuths.json
spring.jackson.mapper.auto-detect-getters=false
spring.jackson.mapper.auto-detect-setters=false