Update the url of the API to be correct
This commit is contained in:
parent
1c19093388
commit
fe34bc46dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
const app = new Vue({
|
const app = new Vue({
|
||||||
el: `#app`,
|
el: `#app`,
|
||||||
data() {return {
|
data() {return {
|
||||||
url: `http://localhost:4000`,
|
url: `http://143.110.218.114:42069`,
|
||||||
authenticated: false,
|
authenticated: false,
|
||||||
channels: [],
|
channels: [],
|
||||||
channel: ``,
|
channel: ``,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue