end point mesa

This commit is contained in:
2026-02-05 14:14:44 -05:00
parent 7327612095
commit a8dfc81660
+1
View File
@@ -11,6 +11,7 @@ export class MesaService {
private readonly mesaRepository: Repository<Mesa>, private readonly mesaRepository: Repository<Mesa>,
) {} ) {}
async findAll(): Promise<Mesa[]> { async findAll(): Promise<Mesa[]> {
return await this.mesaRepository.find(); return await this.mesaRepository.find();
} }