Merge branch 'main' of github.com:Oliver-Akins/Twitch-Lurk-Message-API
This commit is contained in:
commit
6d29e2875a
2 changed files with 2 additions and 2 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: ``,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue