added trailing slash

master
Alexander Wong 7 years ago
parent 0486a7fe64
commit 204e83a2a8
  1. 2
      src/api/worktype.api.js

@ -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));
}

Loading…
Cancel
Save