refs #4975 Changed description of last method
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2023-01-11 15:39:33 +01:00
parent e0e34595f4
commit d448f41ac1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const UserError = require('vn-loopback/util/user-error');
module.exports = Self => {
Self.remoteMethodCtx('last', {
description: 'Upload and attach a access file',
description: 'Gets the latest version of a access file',
accepts: [
{
arg: 'appName',