Compare commits

..

2 Commits

Author SHA1 Message Date
shancheas 838670c822 Merge branch 'development' of ssh://git.eigen.co.id:2222/eigen/pos-be into development 2025-06-11 16:31:28 +07:00
shancheas 34d8882ec3 feat: make update price public 2025-06-11 16:31:15 +07:00
1 changed files with 1 additions and 0 deletions

View File

@ -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);