comment
This commit is contained in:
parent
cb3218ac1e
commit
0c0f9467f1
|
@ -30,6 +30,7 @@ public class TeamController {
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
// Récupération de toutes les teams
|
||||
@GetMapping(value = "/all")
|
||||
public ResponseEntity<?> getAllTeam(){
|
||||
List<Team> liste = null;
|
||||
|
|
Loading…
Reference in New Issue