We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c837df5 + d6bfda1 commit 395ec25Copy full SHA for 395ec25
1 file changed
src/bootstrap.js
@@ -40,7 +40,7 @@ Promise.all([getConfig, getData]).then(function(values) {
40
let client = api.ApiClient.instance
41
client.basePath = process.env.API_HOST
42
43
- let auth = client.authentications['pm_api_bearer']
+ let auth = client.authentications['bearer']
44
auth.accessToken = process.env.API_TOKEN
45
}
46
0 commit comments