@indigina/ui-kit 1.1.168 → 1.1.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8752,7 +8752,7 @@ class KitUserApiService {
8752
8752
  this.basePath = basePath;
8753
8753
  }
8754
8754
  getUserInfo() {
8755
- const url = `${this.basePath}/users/me`;
8755
+ const url = `${this.basePath}/user/me`;
8756
8756
  return this.httpClient.get(url);
8757
8757
  }
8758
8758
  getUserApplicationList() {