We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e24201 commit 15d292aCopy full SHA for 15d292a
src/util.js
@@ -326,8 +326,8 @@ _.assignIn(util, {
326
const token = yield this.getSystemUserToken(logger);
327
console.log('token', token);
328
const httpClient = this.getHttpClient({ id: requestId, log: logger });
329
- console.log(`${config.identityServiceEndpoint}/roles`);
330
- return httpClient.get(`${config.identityServiceEndpoint}/roles`, {
+ console.log(`${config.identityServiceEndpoint}roles`);
+ return httpClient.get(`${config.identityServiceEndpoint}roles`, {
331
params: {
332
filter: `subjectID=${userId}`,
333
},
0 commit comments