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