Compare commits

..

No commits in common. "development-local" and "1.5.2-alpha.2" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ export class SalesPriceFormulaDataController {
return await this.orchestrator.update(data); return await this.orchestrator.update(data);
} }
@Public(true)
@Put() @Put()
async updateTransactionSetting( async updateTransactionSetting(
@Body() data: TransactionSettingDto, @Body() data: TransactionSettingDto,

View File

@ -16,7 +16,6 @@ export class SalesPriceFormulaReadController {
return await this.orchestrator.detail(); return await this.orchestrator.detail();
} }
@Public(true)
@Get('detail') @Get('detail')
async getTransactionSetting(): Promise<any> { async getTransactionSetting(): Promise<any> {
return await this.orchestrator.getTransactionSetting(); return await this.orchestrator.getTransactionSetting();