axios-logger
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "axios-logger", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Beautify Axios Logging Messages", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -48,3 +48,3 @@ # axios-logger | ||
const instance = axios.create(); | ||
instance.interceptors.request.use(AxiosLogger.responseLogger); | ||
instance.interceptors.response.use(AxiosLogger.responseLogger); | ||
``` | ||
@@ -85,2 +85,2 @@ | ||
I always welcome Feedback and Pull Request :) | ||
I always welcome Feedback and Pull Request :) |
Sorry, the diff of this file is not supported yet
38735
85