From 8cd85507e5be29696f70a1007e4cbdfe51b5c42c Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Tue, 10 Dec 2019 17:07:20 +0100 Subject: [PATCH] Wron url in last commit --- src/views/chatbot/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/chatbot/index.vue b/src/views/chatbot/index.vue index 60077aa..797f2bc 100644 --- a/src/views/chatbot/index.vue +++ b/src/views/chatbot/index.vue @@ -12,7 +12,7 @@ export default { return {} }, mounted: () => { - let host = 'https://joinbot.tk' + let host = 'https://joinbot.tk/bot' if (process.env.NODE_ENV === 'development') { host = 'http://localhost:3000' }