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 {
1010 private axiosInstance : AxiosInstance ;
1111
1212 constructor ( baseUrl : string , appVersion : string , apiToken : string ) {
13- let URL : Nullable < string > = `${ baseUrl } /base /${ appVersion } ` ;
13+ let URL : Nullable < string > = `${ baseUrl } /core /${ appVersion } ` ;
1414
1515 this . axiosInstance = axios . create ( {
1616 baseURL : URL ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class AuthClient {
2828 private axiosInstance : AxiosInstance ;
2929
3030 constructor ( baseUrl : string , appVersion : string , apiToken : string ) {
31- let URL : Nullable < string > = `${ baseUrl } /base /${ appVersion } ` ;
31+ let URL : Nullable < string > = `${ baseUrl } /core /${ appVersion } ` ;
3232
3333 this . axiosInstance = axios . create ( {
3434 baseURL : URL ,
You can’t perform that action at this time.
0 commit comments