#6434 - SignIn issue_improve-signInLogMethod #1848

Closed
jsegarra wants to merge 65 commits from 6434-improve-signInLog into test
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eeef279483 - Show all commits

View File

@ -3,7 +3,7 @@ const {DOMParser} = require('xmldom');
module.exports = Self => { module.exports = Self => {
Self.remoteMethod('deleteShipment', { Self.remoteMethod('deleteShipment', {
description: 'Create an expedition and return a label', description: 'Delete a shipment by providing the expedition ID, interacting with Viaexpress API',
accessType: 'WRITE', accessType: 'WRITE',
accepts: [{ accepts: [{
arg: 'expeditionFk', arg: 'expeditionFk',