feat(salix): refs #7190 minor change salix-back

This commit is contained in:
Javier Segarra 2024-04-19 11:36:34 +02:00
parent 5b5ec11973
commit d2aba88a34
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ module.exports = Self => {
http: {
path: `/renewToken`,
verb: 'POST'
}
});
},
accessScopes: ['DEFAULT', 'read:multimedia']});
Self.renewToken = async function(ctx) {
const {accessToken: token} = ctx.req;