se corrigen errores

parent d29eee23
......@@ -19,7 +19,7 @@ public class UzyTavConfiguracionController {
@GetMapping("/exampleFindId/{id}")
public ResponseEntity<ModelUzyTavConfiguracion> ListarPorID(@RequestParam Long id) {
public ResponseEntity<ModelUzyTavConfiguracion> ListarPorID(@PathVariable Long id) {
return new ResponseEntity<>(serviceUzyTavConfiguracion.ListarPorID(id), HttpStatus.OK);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment