Skip to content

Commit

Permalink
Revert "Merge con rama 03_Registrar_Producto_3"
Browse files Browse the repository at this point in the history
This reverts commit 449ee8a, reversing
changes made to cc9b78e.
  • Loading branch information
Karen1308 committed Dec 6, 2023
1 parent 449ee8a commit 7b55c41
Show file tree
Hide file tree
Showing 49 changed files with 7,443 additions and 10,742 deletions.
1 change: 0 additions & 1 deletion Back/.idea/.name

This file was deleted.

54 changes: 0 additions & 54 deletions Back/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added Back/api/reporteErrores.log
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class SalidaController {
private SalidaService salidaService;

@PostMapping
public ResponseEntity<SalidaDTO> agregarSalida(@RequestBody Salida salida) throws BadRequestException {
public ResponseEntity<SalidaDTO> agregarSalida(@RequestBody Salida salida) {
SalidaDTO nuevaSalida = salidaService.agregar(salida);
return nuevaSalida != null ? ResponseEntity.ok(nuevaSalida) : ResponseEntity.badRequest().build();
}
Expand Down
Loading

0 comments on commit 7b55c41

Please sign in to comment.