Fix api prefix.
This commit is contained in:
parent
a9ae4be74c
commit
24db57bfb6
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ class ScalarAuthClient {
|
|||
getScalarPageTitle(url) {
|
||||
const defer = Promise.defer();
|
||||
|
||||
let scalarPageLookupUrl = SdkConfig.get().integrations_rest_url + '/api/widgets/title_lookup';
|
||||
let scalarPageLookupUrl = SdkConfig.get().integrations_rest_url + '/widgets/title_lookup';
|
||||
scalarPageLookupUrl = this.getStarterLink(scalarPageLookupUrl);
|
||||
scalarPageLookupUrl += '&curl=' + encodeURIComponent(url);
|
||||
request({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue