Axios Singleton Instance
Axios Singleton Instance for Node and Browserify projects
Quick start
const axiosInstance: any = axiosconst result = await axiosInstance ...
If you want to customize headers
const axiosInstance: any = axiosaxiosInstance const result = await axiosInstance ...
If you want to set Bearer token to headers
const axiosInstance: any = axiosaxiosInstance ...