This commit is contained in:
Hedi 2022-01-08 18:46:36 +01:00
parent cb3218ac1e
commit 0c0f9467f1
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ public class TeamController {
return sb.toString(); return sb.toString();
} }
// Récupération de toutes les teams
@GetMapping(value = "/all") @GetMapping(value = "/all")
public ResponseEntity<?> getAllTeam(){ public ResponseEntity<?> getAllTeam(){
List<Team> liste = null; List<Team> liste = null;