diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-25 18:07:45 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-25 18:07:45 -0400 |
commit | b0369f8b5e50eaec22c9178748f57dde6912d383 (patch) | |
tree | 35321024e74b71f11bda4ecc30de44843f28a838 /ufund-api | |
parent | 5f03e80712f7a18370b5118fde5327bde1b6fbbf (diff) | |
download | JellySolutions-b0369f8b5e50eaec22c9178748f57dde6912d383.tar.gz JellySolutions-b0369f8b5e50eaec22c9178748f57dde6912d383.tar.bz2 JellySolutions-b0369f8b5e50eaec22c9178748f57dde6912d383.zip |
Created signup component and implemented some functionality. Did not finish implementing color bar and error messages.
Diffstat (limited to 'ufund-api')
-rw-r--r-- | ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java b/ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java index e62d5ab..d2029ed 100644 --- a/ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java +++ b/ufund-api/src/main/java/com/ufund/api/ufundapi/controller/CupboardController.java @@ -173,7 +173,7 @@ public class CupboardController { /** * Checks out a need by checkoutAmount * - * @param data JSON object with paramters needID and amount + * @param data JSON object with parameters needID and amount * @param key Key used to authenticate user * @return OK if successful, other statuses if failure */ |