docs: replace baseUrl to baseURL (#233)

master
tockn 2019-03-12 04:57:45 +09:00 committed by Pooya Parsa
parent 624a3bd2c1
commit 334c888722
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ axios: {
* Default: `false`
Adds an interceptor to automatically set `withCredentials` config of axios when requesting to `baseUrl`
Adds an interceptor to automatically set `withCredentials` config of axios when requesting to `baseURL`
which allows passing authentication headers to backend.
### `debug`