Add base kubernetes support 5
This commit is contained in:
@@ -56,7 +56,7 @@ class ApiClient {
|
||||
config: AxiosRequestConfig;
|
||||
}> = [];
|
||||
|
||||
constructor(baseURL: string = getApiUrl() + '/api/v1') {
|
||||
constructor(baseURL: string = getApiUrl() + '/v1') {
|
||||
this.baseURL = baseURL;
|
||||
|
||||
this.client = axios.create({
|
||||
|
||||
Reference in New Issue
Block a user