Compare commits

..

No commits in common. "838670c822ce3321ae570a623a86b6a4c272bf24" and "8fb8aac0f940dc2fcdbf1e6c44e82ef9331e7bf3" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ export class ItemDataController {
return await this.orchestrator.create(data);
}
@Public(true)
@Post('update-price')
async updatePrice(@Body() body: UpdateItemPriceDto): Promise<any> {
return await this.orchestrator.updatePrice(body);