@hapl/api-queries 0.2.29 → 0.2.30

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.
@@ -16986,7 +16986,7 @@ function countApartmentsRequest(_ref) {
16986
16986
  var _ref$baseURL = _ref.baseURL,
16987
16987
  baseURL = _ref$baseURL === void 0 ? 'https://search.homeapp.ru' : _ref$baseURL,
16988
16988
  params = _ref.params;
16989
- return axios.get('/api/apartment/', {
16989
+ return axios.get('/api/apartment/count', {
16990
16990
  baseURL: baseURL,
16991
16991
  params: params,
16992
16992
  paramsSerializer: function paramsSerializer(params) {