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({
|
||||
el: `#app`,
|
||||
data() {return {
|
||||
url: `http://143.110.218.114:42069`,
|
||||
url: `https://vps.oliver.akins.me/lurk-api`,
|
||||
authenticated: false,
|
||||
channels: [],
|
||||
channel: ``,
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ async function init() {
|
|||
port: config.server.port,
|
||||
routes: {
|
||||
cors: {
|
||||
origin: `*`,
|
||||
origin: [`*`],
|
||||
credentials: true,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue