ADded submath support in one missed place (#1156)
Co-authored-by: Jesús Espino <jespinog@gmail.com>
This commit is contained in:
parent
d4dd403e48
commit
add57216a7
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class OctoClient {
|
|||
|
||||
async getClientConfig(): Promise<ClientConfig | null> {
|
||||
const path = '/api/v1/clientConfig'
|
||||
const response = await fetch(this.serverUrl + path, {
|
||||
const response = await fetch(this.getBaseURL() + path, {
|
||||
method: 'GET',
|
||||
headers: this.headers(),
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue