#7190 - RenewTokenMultimedia #2335

Merged
jsegarra merged 4 commits from 7190_renewTokenMultimedia into dev 2024-04-23 08:28:10 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d2aba88a34 - Show all commits

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;