Skip to content

Commit bddd45a

Browse files
committed
First commit
1 parent 9fb6853 commit bddd45a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/jb/blaschka/bioCCool/controller/UserController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public String goInscription(Model model){
2323
model.addAttribute("user", new Utilisateur());
2424
return "user/pageInscription";
2525
}
26+
2627
@PostMapping("/doInscription")
2728
public String doInscription(@ModelAttribute Utilisateur utilisateur,Model model){
2829
try{

0 commit comments

Comments
 (0)