mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Add HTTPS to NodeJS API
This commit is contained in:
parent
acecc8a71c
commit
4c774cff17
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ export default {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
this.axios({
|
this.axios({
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: process.env.NODE_ENV === 'development' ? 'http://localhost:5000/api' : 'http://167.71.59.33/api',
|
url: process.env.NODE_ENV === 'development' ? 'http://localhost:5000/api' : 'https://api.valentinkaelin.ch/',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue