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({
|
||||
el: `#app`,
|
||||
data() {return {
|
||||
url: `http://143.110.218.114:42069`,
|
||||
url: `https://vps.oliver.akins.me/lurk-api`,
|
||||
authenticated: false,
|
||||
channels: [],
|
||||
channel: ``,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue