branch dev
This commit is contained in:
@@ -7,7 +7,7 @@ https://docs.nestjs.com/controllers#controllers
|
||||
|
||||
import { Body, Controller, Get, Param, Post } from '@nestjs/common';
|
||||
import { ProductsService } from './products.service';
|
||||
import { ExposedProduct } from 'src/core/models/exposed-product.model';
|
||||
import { ExposedProduct } from '../core/models/exposed-product.model';
|
||||
|
||||
@Controller('api/v1/products')
|
||||
export class ProductsController {
|
||||
|
||||
Reference in New Issue
Block a user