This commit is contained in:
mepiphana2023
2024-04-23 15:48:44 +02:00
10 changed files with 95 additions and 37 deletions

View File

@@ -48,9 +48,4 @@ public class AccueilController {
return viewAccueil(searchTitle, searchCategory, model);
}
@GetMapping("/login")
public String login(Model modele) {
return "login";
}
}