Skip to content

Commit 77100ae

Browse files
Anthony KinseyAnthony Kinsey
Anthony Kinsey
authored and
Anthony Kinsey
committed
refactor: remove console log
1 parent 6091aee commit 77100ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/router/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ router.afterEach(to => {
222222
})
223223

224224
$axios.interceptors.response.use(res => res, err => {
225+
console.log(err)
225226
if(err.response) { // Server still responding, just getting errors from api calls
226227
switch (err.response.status) {
227228
case 401:

0 commit comments

Comments
 (0)