diff --git a/.gitignore b/.gitignore index be8e50b..e828db3 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ logs Thumbs.db Servers .metadata -upload \ No newline at end of file +upload + +mudfrog-config-repo diff --git a/mudfrog-modules/mudfrog-upms-service/src/main/java/com/smarthane/upms/controller/TestController.java b/mudfrog-modules/mudfrog-upms-service/src/main/java/com/smarthane/upms/controller/TestController.java index 6f248a5..f48505a 100644 --- a/mudfrog-modules/mudfrog-upms-service/src/main/java/com/smarthane/upms/controller/TestController.java +++ b/mudfrog-modules/mudfrog-upms-service/src/main/java/com/smarthane/upms/controller/TestController.java @@ -21,4 +21,5 @@ public class TestController { public String test() { return this.test; } + }