carrito y status

This commit is contained in:
Andres2908
2022-04-19 23:52:04 -05:00
parent bce48bf1c6
commit 3bffa52124
8 changed files with 148 additions and 10 deletions
+3 -1
View File
@@ -6,5 +6,7 @@ export class StatusController {
constructor(private statusService: StatusService) {}
@Get()
get() {}
get() {
return this.statusService.findAll();
}
}