@hapl/api-queries 1.0.1--canary.231.8b1452d.0 → 1.0.1

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.
@@ -4041,7 +4041,8 @@ function findExpertGradesRequest(_ref) {
4041
4041
  baseURL = _ref$baseURL === void 0 ? DEFAULT_BASE_URL : _ref$baseURL,
4042
4042
  headers = _ref.headers,
4043
4043
  params = _ref.params;
4044
- return axios.get('/api/expert/grade', {
4044
+ // тут слэш на конце необходим, иначе будет редиректить (какой-то косяк на бэке)
4045
+ return axios.get('/api/expert/grade/', {
4045
4046
  baseURL: baseURL,
4046
4047
  params: params,
4047
4048
  paramsSerializer: function paramsSerializer(params) {