Esteves Enzo
GET methods are working. WIP
6294700
raw
history blame
263 Bytes
import redaxios from 'redaxios';
const axios = redaxios.create({
baseURL: process.env.NEXT_PUBLIC_APP_APIURL,
headers: {
'Content-Type': 'application/json',
Authorization: `Bearer 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`,
},
});
export default axios