Skip to content

Commit

Permalink
crossO
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrzz98 committed Feb 5, 2023
1 parent c199480 commit a8fd332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

@RestController
@RequiredArgsConstructor
@RequestMapping("/clientes")
@CrossOrigin(origins = "*")
@RequestMapping("/clientes")
public class ClienteController {

private final ClienteService clienteService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

@RestController
@RequiredArgsConstructor
@RequestMapping("/empleados")
@CrossOrigin(origins = "*")
@RequestMapping("/empleados")
public class EmpleadoController {

private final EmpleadoService empleadoService;
Expand Down

0 comments on commit a8fd332

Please sign in to comment.