File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " laravel-frontend-file-manager" ,
3- "version" : " 3.0.13 " ,
3+ "version" : " 3.0.14 " ,
44 "description" : " File manager for Laravel" ,
55 "keywords" : [
66 " laravel" ,
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import localstore from '../mixins/localstore';
44let settings = localstore . getStorage ( localstore . axiosSettingType ) ;
55
66if ( settings ) {
7- if ( settings . baseURL ) axios . default . baseURL = settings . baseURL ;
8- if ( settings . withCredentials ) axios . default . withCredentials = settings . withCredentials ;
9- if ( settings . headers ) axios . default . headers = settings . headers ;
7+ if ( settings . baseURL ) axios . defaults . baseURL = settings . baseURL ;
8+ if ( settings . withCredentials ) axios . defaults . withCredentials = settings . withCredentials ;
9+ if ( settings . headers ) axios . defaults . headers = settings . headers ;
1010}
1111
1212// set new axios instance
You can’t perform that action at this time.
0 commit comments