|
@@ -48,7 +48,7 @@ export class RcsNumberController {
|
|
|
|
|
|
|
|
@Post('/:id/wasted')
|
|
@Post('/:id/wasted')
|
|
|
async wasted(@Param('id') id: string) {
|
|
async wasted(@Param('id') id: string) {
|
|
|
- return await this.rcsNumberService.configured(Number(id))
|
|
|
|
|
|
|
+ return await this.rcsNumberService.wasted(Number(id))
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Put('/:id/stockFlag/:flag')
|
|
@Put('/:id/stockFlag/:flag')
|