feat(Salix): refs #6321 #6427 change url endpoint

This commit is contained in:
Javier Segarra 2024-06-18 13:17:29 +02:00
parent dba76a4f6b
commit e87c8ee5a7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module.exports = Self => {
},
],
http: {
path: `/itemLack/:itemFk/detail`,
path: `/itemLack/:itemFk`,
verb: 'GET',
},
});