diff options
author | benal01 <bja4245@rit.edu> | 2025-03-17 21:31:06 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-17 21:31:06 -0400 |
commit | 3fb96dd979d280a739175a9fa5bc0596f411cd7a (patch) | |
tree | f81c41dfb0f257cd48a081a7031696ac6b8ac7a2 /ufund-api | |
parent | c9e6145829cd0ea6ea3f1e7cc090ee20207b687a (diff) | |
download | JellySolutions-3fb96dd979d280a739175a9fa5bc0596f411cd7a.tar.gz JellySolutions-3fb96dd979d280a739175a9fa5bc0596f411cd7a.tar.bz2 JellySolutions-3fb96dd979d280a739175a9fa5bc0596f411cd7a.zip |
embed elements into dashboard
Diffstat (limited to 'ufund-api')
-rw-r--r-- | ufund-api/src/main/resources/application.properties | 6 |
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 |