0
0
Fork 0

Update the url of the API to be correct

This commit is contained in:
Oliver Akins 2022-07-22 00:44:38 -06:00
parent 1c19093388
commit fe34bc46dc
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -1,7 +1,7 @@
const app = new Vue({
el: `#app`,
data() {return {
url: `http://localhost:4000`,
url: `http://143.110.218.114:42069`,
authenticated: false,
channels: [],
channel: ``,