test #48

Merged
juan merged 32 commits from test into dev 2024-02-15 12:32:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0f3ddb1a99 - Show all commits

View File

@ -85,8 +85,8 @@ module.exports = new Class({
const config = {
headers: {'Authorization': token}
};
await this.post('Accounts/logout', null, config);
await this.send('user/logout');
await this.post('Accounts/logout', null, config);
}
},