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.
BaseURL options and handling have been completely rewritten.
Please refer to the latest docs.
Default prefix is now / instead of /api.
/
/api
You have to explicitly add /api/ in all requests.
/api/
credentials is now disabled by default.
credentials
For using old defaults:
{ axios: { prefix: '/api', credentials: true } }
Default error interceptor removed
All lifecycle functions removed
You can now easily use a plugin to extend axios and add your custom logic there.
Please see Extending Axios section in docs.