Skip to content

Commit

Permalink
Alteração no caminho @RequestMapping(/controle-estoque/fornecedores)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muriloabreu committed Apr 29, 2023
1 parent 280ccb4 commit abf0e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import jakarta.validation.Valid;

@RestController
@RequestMapping("/estoque/fornecedores")
@RequestMapping("/controle-estoque/fornecedores")
public class FornecedorController {

@Autowired
Expand Down

0 comments on commit abf0e83

Please sign in to comment.