refs #4734 refactor: actualizada descripcion
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2023-06-20 07:19:32 +02:00
parent 1ba19714da
commit c3af2e3c92
2 changed files with 2 additions and 3 deletions

View File

@ -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',

View File

@ -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',