end point mesa

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