#6321 - Negative tickets #1945

Open
jsegarra wants to merge 97 commits from 6321_negative_tickets into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e87c8ee5a7 - Show all commits

View File

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