Skip to content

Commit 890e12e

Browse files
committed
fix: fix schema item url
1 parent a211ddb commit 890e12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/item/item.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class ItemController {
2323
return this.itemService.saveItems(save.items);
2424
}
2525

26-
@Get('/:defindex')
26+
@Get('/defindex/:defindex')
2727
async getItemByDefindex(
2828
@Param('defindex', new ParseIntPipe()) defindex: number,
2929
) {

0 commit comments

Comments
 (0)