refs #4734 refactor: actualizada descripcion
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
1ba19714da
commit
c3af2e3c92
|
@ -1,9 +1,8 @@
|
|||
const axios = require('axios');
|
||||
const fs = require('fs');
|
||||
|
||||
module.exports = Self => {
|
||||
Self.remoteMethod('internationalExpedition', {
|
||||
description: 'Returns the lastest campaigns',
|
||||
description: 'Create an expedition and return a label',
|
||||
accessType: 'WRITE',
|
||||
accepts: [{
|
||||
arg: 'expeditionFk',
|
||||
|
|
|
@ -3,7 +3,7 @@ const handlebars = require('handlebars');
|
|||
|
||||
module.exports = Self => {
|
||||
Self.remoteMethod('renderer', {
|
||||
description: 'Returns the lastest campaigns',
|
||||
description: 'Renders the data from an XML',
|
||||
accessType: 'READ',
|
||||
accepts: [{
|
||||
arg: 'expeditionFk',
|
||||
|
|
Loading…
Reference in New Issue