Skip to content

Commit

Permalink
changement nom du controller
Browse files Browse the repository at this point in the history
  • Loading branch information
julg committed Sep 26, 2024
1 parent 57529a1 commit b4314c0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;

import java.net.URI;
import java.util.List;
import java.util.Optional;

@Slf4j
@RestController
@RequestMapping("/api/v1/tool/")
public class ToolController {
@RequestMapping("/api/v1/outils/")
public class OutilsController {

@Autowired
DbRequest dbRequest;
Expand Down

0 comments on commit b4314c0

Please sign in to comment.