We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbdc7c commit afec7deCopy full SHA for afec7de
ClientApp/src/plugins/axios.ts
@@ -26,7 +26,7 @@ _axios.interceptors.request.use(
26
27
// Add a response interceptor
28
_axios.interceptors.response.use(
29
- // Do something before request is sent
+ // Do something with response data
30
(response: any) => response,
31
// Do something with response error
32
(error: any) => Promise.reject(error),
0 commit comments