Compare commits
No commits in common. "e8a4d7e525c0183c32eda7aa32d2ac3318639c28" and "e806848228315939737ab7e75a004233d522a406" have entirely different histories.
e8a4d7e525
...
e806848228
@ -48,9 +48,7 @@ request.interceptors.request.use((config) => {
|
||||
if (token) {
|
||||
config.headers['Authorization'] = `Bearer ${token}`
|
||||
}
|
||||
if(config.url.indexOf('api/v1/upload/multipart') > -1){
|
||||
config.timeout = 600000
|
||||
}
|
||||
|
||||
return config
|
||||
}, errorHandler)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user