1
Size: a a a
1
ВВ
T
FL
ИЗ
🦜
FL
PP
//somecomponent.tsx
const params = {limit:0}
moToolsApi.endpoints.tester.getAll(params)
//API.js
const headers = { headers :{
Authorization : `Bearer ${localStorage.id_token}`
}}
endpoints.getAll = ( params ) => axios.get(resourceURL, {...params, ...headers} )
ПП
CM
ПП
ГЩ
CM
ПП
CM