Skip to content

Commit 901762a

Browse files
authored
Update index.js
1 parent f7dc2f8 commit 901762a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ const axios = require('axios');
33
module.exports = class FastPanel {
44
constructor(url) {
55
this.url = url;
6+
this.roles = {
7+
user: 'ROLE_USER',
8+
reseller: 'ROLE_RESELLER_ADMIN'
9+
}
610
}
711

812
auth(username, password) {

0 commit comments

Comments
 (0)