removed useless line

This commit is contained in:
Bartha Maxime 2024-03-06 17:35:27 +01:00
parent 6a39464f61
commit 010f9200a7

View File

@ -2,7 +2,7 @@ package ovh.herisson.Clyde.EndPoints;
import org.springframework.http.HttpStatus;
import org.springframework.http.HttpStatusCode;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import ovh.herisson.Clyde.Repositories.UserRepository;