mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Change the API domain name
This commit is contained in:
parent
9cc044ec13
commit
e36b7d2669
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ export const axios = axiosHttp
|
|||
|
||||
axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'
|
||||
axios.defaults.headers.common['Content-Type'] = 'application/json'
|
||||
axios.defaults.baseURL = process.env.NODE_ENV === 'development' ? 'http://localhost:5000/' : 'https://api.valentinkaelin.ch/'
|
||||
axios.defaults.baseURL = process.env.NODE_ENV === 'development' ? 'http://localhost:5000/' : 'https://api.leaguestats.gg/'
|
||||
|
||||
export default {
|
||||
install (Vue) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue