Skip to content
Snippets Groups Projects
Commit a2fd79df authored by Loic  YON's avatar Loic YON
Browse files

Update file HomeController.java

parent 13ca21cb
Branches master
No related tags found
No related merge requests found
......@@ -10,4 +10,10 @@ public class HomeController {
public String home() {
return "index";
}
@GetMapping("/login")
String login() {
return "login";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment