Update functions/strategies/AxiosStrategy.js
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
This commit is contained in:
parent
a1568a98d4
commit
8e86e4c8e8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const axiosStrategy = (req, store) => {
|
|||
if (store.state.postwoman.settings.PROXY_ENABLED) {
|
||||
return axiosWithProxy(req, store);
|
||||
}
|
||||
else return axiosWithoutProxy(req, store);
|
||||
return axiosWithoutProxy(req, store);
|
||||
}
|
||||
|
||||
export default axiosStrategy;
|
||||
|
|
|
|||
Loading…
Reference in a new issue