diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-06 17:25:06 -0500 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-06 17:25:06 -0500 |
commit | 5624b60592969d8f7e7686644b9b682ceeb40362 (patch) | |
tree | 5208fb1b094e6ddf5350b8dbe2e091aab930aba1 | |
parent | 42c61d799bb5828949d71dfce6b83dccd3514768 (diff) | |
download | JellySolutions-5624b60592969d8f7e7686644b9b682ceeb40362.tar.gz JellySolutions-5624b60592969d8f7e7686644b9b682ceeb40362.tar.bz2 JellySolutions-5624b60592969d8f7e7686644b9b682ceeb40362.zip |
Removed extra file extensions
-rw-r--r-- | ufund-api/src/main/resources/application.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ufund-api/src/main/resources/application.properties b/ufund-api/src/main/resources/application.properties index fa5d084..a866f98 100644 --- a/ufund-api/src/main/resources/application.properties +++ b/ufund-api/src/main/resources/application.properties @@ -1,8 +1,8 @@ # rename to application.properties server.error.include-message=always -cupboard.file=ufund-api/data/cupboard.json -users.file=ufund-api/data/users.json +cupboard.file=data/cupboard.json +users.file=data/users.json spring.jackson.mapper.auto-detect-getters=false spring.jackson.mapper.auto-detect-setters=false |