commit to merge
This commit is contained in:
parent
cea4ee8690
commit
b9d3288a28
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class MembreController {
|
|||
|
||||
// Récupère tout les membres de la base
|
||||
@GetMapping(value = "/all")
|
||||
@PreAuthorize("hasRole('ROLE_PARENT') or hasRole('ROLE_ENFANT')")
|
||||
//@PreAuthorize("hasRole('ROLE_PARENT') or hasRole('ROLE_ENFANT')")
|
||||
public ResponseEntity<?> getAll(){
|
||||
List<Membre> liste = null;
|
||||
try
|
||||
|
|
Loading…
Add table
Reference in a new issue