mise a jour fichier sana
This commit is contained in:
parent
bb5cd4b57b
commit
45cecb0079
@ -160,7 +160,7 @@ public class MembreController {
|
|||||||
membreRepo.deleteById(id);
|
membreRepo.deleteById(id);
|
||||||
return ResponseEntity.status(HttpStatus.OK).body("Membre supprimé !");
|
return ResponseEntity.status(HttpStatus.OK).body("Membre supprimé !");
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
MembreNotFoundException membreNotFoundException = new membreNotFoundException(id);
|
MembreNotFoundException membreNotFoundException = new MembreNotFoundException(id);
|
||||||
return ResponseEntity.status(HttpStatus.NOT_FOUND).body(membreNotFoundException.getMessage());
|
return ResponseEntity.status(HttpStatus.NOT_FOUND).body(membreNotFoundException.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user