0
0
Fork 0

Merge branch 'main' of github.com:Oliver-Akins/Twitch-Lurk-Message-API

This commit is contained in:
Oliver Akins 2022-07-26 18:52:10 -06:00
commit 6d29e2875a
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
2 changed files with 2 additions and 2 deletions

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

View file

@ -43,7 +43,7 @@ async function init() {
port: config.server.port, port: config.server.port,
routes: { routes: {
cors: { cors: {
origin: `*`, origin: [`*`],
credentials: true, credentials: true,
}, },
}, },