axios-vpc-lattice-interceptor
v1.0.3
Published
## Installation ```bash npm install axios-vpc-lattice-interceptor --save ```
Downloads
297
Maintainers
Keywords
Readme
Axios VPC Lattice Interceptor
Installation
npm install axios-vpc-lattice-interceptor --save
Usage
import axios from 'axios';
import vpcLatticeInterceptor from 'axios-vpc-lattice-interceptor';
axios.interceptors.request.use(vpcLatticeInterceptor);