From fe34bc46dc7f040dd714953caf413b73412e9183 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Fri, 22 Jul 2022 00:44:38 -0600 Subject: [PATCH] Update the url of the API to be correct --- docs/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/script.js b/docs/script.js index 20d39a6..176131d 100644 --- a/docs/script.js +++ b/docs/script.js @@ -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: ``,