new ep uso and new ep in costo
This commit is contained in:
@@ -19,6 +19,12 @@ export class MesaController {
|
||||
return this.mesaService.findAllActivo();
|
||||
}
|
||||
|
||||
@UseGuards(JwtAuthGuard)
|
||||
@Get('uso')
|
||||
async findActiveMesas() {
|
||||
return this.mesaService.findActiveMesas();
|
||||
}
|
||||
|
||||
@UseGuards(JwtAuthGuard)
|
||||
@Patch(':id')
|
||||
async updateActivo(
|
||||
|
||||
Reference in New Issue
Block a user