@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.
@@ -16992,7 +16992,7 @@ function countApartmentsRequest(_ref) {
16992
16992
  var _ref$baseURL = _ref.baseURL,
16993
16993
  baseURL = _ref$baseURL === void 0 ? 'https://search.homeapp.ru' : _ref$baseURL,
16994
16994
  params = _ref.params;
16995
- return axios.get('/api/apartment/', {
16995
+ return axios.get('/api/apartment/count', {
16996
16996
  baseURL: baseURL,
16997
16997
  params: params,
16998
16998
  paramsSerializer: function paramsSerializer(params) {