feat: refs #5926 #5926 remove arg from path

This commit is contained in:
Javier Segarra 2024-07-12 23:13:35 +02:00
parent 2677f4e3d8
commit 769308dee4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module.exports = Self => {
} }
], ],
http: { http: {
path: '/:id/:workerFk/sign-pda-pdf', path: '/:id/sign-pda-pdf',
verb: 'GET' verb: 'GET'
}, },
accessScopes: ['DEFAULT', 'read:multimedia'] accessScopes: ['DEFAULT', 'read:multimedia']