Base utilisateur

This commit is contained in:
jleroy
2024-04-22 14:20:47 +02:00
parent 2a7a4efd1c
commit 1f0855104d
9 changed files with 323 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ public class AdminController {
}
@GetMapping( "/admin")
public String viewAccueil(Model model) {
public String viewAdminPanel(Model model) {
return "admin";
}
}