File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class MetricClient {
10
10
private axiosInstance : AxiosInstance ;
11
11
12
12
constructor ( baseUrl : string , appVersion : string , apiToken : string ) {
13
- let URL : Nullable < string > = `${ baseUrl } /base /${ appVersion } ` ;
13
+ let URL : Nullable < string > = `${ baseUrl } /core /${ appVersion } ` ;
14
14
15
15
this . axiosInstance = axios . create ( {
16
16
baseURL : URL ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class AuthClient {
28
28
private axiosInstance : AxiosInstance ;
29
29
30
30
constructor ( baseUrl : string , appVersion : string , apiToken : string ) {
31
- let URL : Nullable < string > = `${ baseUrl } /base /${ appVersion } ` ;
31
+ let URL : Nullable < string > = `${ baseUrl } /core /${ appVersion } ` ;
32
32
33
33
this . axiosInstance = axios . create ( {
34
34
baseURL : URL ,
You can’t perform that action at this time.
0 commit comments