We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a211ddb commit 890e12eCopy full SHA for 890e12e
src/item/item.controller.ts
@@ -23,7 +23,7 @@ export class ItemController {
23
return this.itemService.saveItems(save.items);
24
}
25
26
- @Get('/:defindex')
+ @Get('/defindex/:defindex')
27
async getItemByDefindex(
28
@Param('defindex', new ParseIntPipe()) defindex: number,
29
) {
0 commit comments