SY
Size: a a a
SY
IL
const res = await apiFetch(/api/subscriptions/test/subs?${pageNumber}&${nameFilter}&${min}&${max}, {...})
не работает.IL
MM
EB
e
const res = await apiFetch(`/api/subscriptions/test/subs?${pageNumber}&${nameFilter}&${min}&${max}`, {
method: 'GET',
headers: { 'x-auth-token': localStorage.aisaToken }
});
EB
const res = await apiFetch(`/api/subscriptions/test/subs?${pageNumber}&${nameFilter}&${min}&${max}`, {
method: 'GET',
headers: { 'x-auth-token': localStorage.aisaToken }
});
EB
IL
/api/subscriptions/test/subs?${pageNumber}&
nameFilter=${nameFilter}&
min=${min}&
max=${max}
MM
MM
MM
IL
e
LB
NK
NK
EB
MM
D