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({
el: `#app`,
data() {return {
url: `http://143.110.218.114:42069`,
url: `https://vps.oliver.akins.me/lurk-api`,
authenticated: false,
channels: [],
channel: ``,

View file

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