feat: make update price public
parent
737575176e
commit
34d8882ec3
|
@ -29,6 +29,7 @@ export class ItemDataController {
|
||||||
return await this.orchestrator.create(data);
|
return await this.orchestrator.create(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Public(true)
|
||||||
@Post('update-price')
|
@Post('update-price')
|
||||||
async updatePrice(@Body() body: UpdateItemPriceDto): Promise<any> {
|
async updatePrice(@Body() body: UpdateItemPriceDto): Promise<any> {
|
||||||
return await this.orchestrator.updatePrice(body);
|
return await this.orchestrator.updatePrice(body);
|
||||||
|
|
Loading…
Reference in New Issue