aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-17 22:17:30 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-17 22:17:30 -0400
commit839a237029b66ba9e45fb0bf15097283eec23f12 (patch)
tree3e107420ada8c43769c6acd43dbd659cfe1b617a /ufund-api/src
parent065f90f1f759ed4b97dc22a02e331f7a30eb8ee3 (diff)
parent7dead0216c5847ed808bebaae106137be19784d4 (diff)
downloadJellySolutions-839a237029b66ba9e45fb0bf15097283eec23f12.tar.gz
JellySolutions-839a237029b66ba9e45fb0bf15097283eec23f12.tar.bz2
JellySolutions-839a237029b66ba9e45fb0bf15097283eec23f12.zip
Merge branch 'main' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b
Diffstat (limited to 'ufund-api/src')
-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 70cb171..2679f88 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=data/cupboard.json
-users.file=data/users.json
-authKeys.file=data/userAuths.json
+cupboard.file=ufund-api/data/cupboard.json
+users.file=ufund-api/data/users.json
+authKeys.file=ufund-api/data/userAuths.json
spring.jackson.mapper.auto-detect-getters=false
spring.jackson.mapper.auto-detect-setters=false