Skip to content

Commit 66f7017

Browse files
committed
doc: Correct reference
1 parent 5884845 commit 66f7017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/Api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export class Api {
176176
baseUrlObj = new URL(this.baseUrl)
177177
} catch (e) {
178178
// if the base url cannot be constructed it is most likely due
179-
// to it being a relative path assumed to work based off of window.location.host
179+
// to it being a relative path assumed to work based off of window.location.href
180180
baseUrlObj = new URL(this.baseUrl, window.location.href)
181181
}
182182

0 commit comments

Comments
 (0)