added Lino

This commit is contained in:
2026-02-10 13:26:16 -06:00
4 changed files with 66 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export class MesaController {
async findAllActivo() {
return this.mesaService.findAllActivo();
}
@Patch(':id')
async updateActivo(
@Param('id') id: number,