0
0
Fork 0

Update the base URL to account for nginx reverse proxy for SSL

This commit is contained in:
Oliver-Akins 2022-07-22 01:14:14 -06:00
parent 16210eae6e
commit d24f609c62

View file

@ -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: ``,