Update the base URL to account for nginx reverse proxy for SSL
This commit is contained in:
parent
16210eae6e
commit
d24f609c62
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
const app = new Vue({
|
const app = new Vue({
|
||||||
el: `#app`,
|
el: `#app`,
|
||||||
data() {return {
|
data() {return {
|
||||||
url: `http://143.110.218.114:42069`,
|
url: `https://vps.oliver.akins.me/lurk-api`,
|
||||||
authenticated: false,
|
authenticated: false,
|
||||||
channels: [],
|
channels: [],
|
||||||
channel: ``,
|
channel: ``,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue