hotfix accessScopes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-05-15 13:23:36 +02:00
parent 6387075413
commit 4b8cad9aef
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ module.exports = Self => {
http: {
path: `/:id/docuwareDownload`,
verb: 'GET'
}
},
accessScopes: ['DEFAULT', 'read:multimedia']
});
Self.docuwareDownload = async id => {