PAN-54 Last corrections

This commit is contained in:
BrittanyBi
2019-05-02 11:57:52 -06:00
parent 1c69c8998c
commit 1380c55f20
6 changed files with 263 additions and 57 deletions
@@ -17,7 +17,7 @@ import org.springframework.web.servlet.ModelAndView;
@Slf4j
@Controller
@AllArgsConstructor
@RequestMapping("/createuser")
@RequestMapping("/registration")
public class UserCreationController {
@Autowired
private final UserService userService;
@@ -1,5 +0,0 @@
package edu.msudenver.tsp.website.controller;
public class ValidationExceptionHandler {
}