From 72d614074a3cd578322931af647c6f0a65a23dfd Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Wed, 26 Feb 2025 16:00:35 -0500 Subject: Tested user http calls and fixed update user --- ufund-api/src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ufund-api/src/main/resources') 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 -- cgit v1.2.3