Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add baseUrl #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

desw0lf
Copy link

@desw0lf desw0lf commented Sep 3, 2020

No description provided.

@trevster344
Copy link

trevster344 commented Dec 22, 2020

@AdonisLau Please merge. Much more consistent with standard axios usage.

For those who are waiting. Simply add an interceptor to the axios request pipeline and alter the request url.

axios.interceptors.request.use(function (config) { config.url = config.baseURL + config.url; return config; }, function (err) { return Promise.reject(err); });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants