Skip to content

Commit

Permalink
Updated Spring Security
Browse files Browse the repository at this point in the history
  • Loading branch information
andresWeitzel committed May 27, 2022
1 parent 519481a commit a937ebb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import io.swagger.v3.oas.annotations.responses.ApiResponses;

@RestController
@RequestMapping("/v1/admin/usuarios")
@RequestMapping("/api/v1/admin/usuarios")
public class UsuarioController {

@Autowired
Expand Down

0 comments on commit a937ebb

Please sign in to comment.