feat: add .delete() method to api module

v1.18.x
Julian Lam 4 years ago
parent 58655e9a0b
commit 501441b736

@ -77,6 +77,7 @@ define('api', () => {
'x-csrf-token': config.csrf_token,
},
}, onSuccess);
api.delete = api.del;
return api;
});

Loading…
Cancel
Save