added trailing slash
This commit is contained in:
@@ -35,5 +35,5 @@ export function updateWorktype(uuid, color) {
|
||||
* @param {string} uuid - worktype unique identifier
|
||||
*/
|
||||
export function deleteWorktype(uuid) {
|
||||
return del(`/worktype/${uuid}`).then(resp => Promise.resolve(resp));
|
||||
return del(`/worktype/${uuid}/`).then(resp => Promise.resolve(resp));
|
||||
}
|
||||
|
Reference in New Issue
Block a user