diff --git a/src/modules/item-related/item/infrastructure/item-data.controller.ts b/src/modules/item-related/item/infrastructure/item-data.controller.ts index f416665..fefb105 100644 --- a/src/modules/item-related/item/infrastructure/item-data.controller.ts +++ b/src/modules/item-related/item/infrastructure/item-data.controller.ts @@ -29,6 +29,7 @@ export class ItemDataController { return await this.orchestrator.create(data); } + @Public(true) @Post('update-price') async updatePrice(@Body() body: UpdateItemPriceDto): Promise { return await this.orchestrator.updatePrice(body);