endpoints carrito

This commit is contained in:
xXpuma99Xx
2022-04-16 14:58:11 -05:00
parent 29bb3fe79b
commit 854e46036d
9 changed files with 41 additions and 23 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
OneToMany,
PrimaryGeneratedColumn,
} from 'typeorm';
import { Carrito } from '../../carrito/carrito.entity';
import { Carrito } from '../../carrito/entity/carrito.entity';
import { Institucion } from '../../institucion/entity/institucion.entity';
@Entity()