diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 5557308..130bb69 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,9 @@
-
+
+
+
@@ -41,7 +43,7 @@
-
+
1597348071361
@@ -162,7 +164,35 @@
1597355468300
-
+
+ 1597355517033
+
+
+
+ 1597355517033
+
+
+ 1597355591231
+
+
+
+ 1597355591231
+
+
+ 1597355683327
+
+
+
+ 1597355683327
+
+
+ 1597355700869
+
+
+
+ 1597355700869
+
+
@@ -186,10 +216,10 @@
-
+
-
+
@@ -206,10 +236,10 @@
-
+
-
+
diff --git a/app.js b/app.js
index 535b781..8b49c97 100644
--- a/app.js
+++ b/app.js
@@ -147,7 +147,7 @@ let kara = new Vue({
getAnswerFromDB(message) {
let answer = null;
- axios.post('/karaai/', {
+ axios.post('https://luna-development.net/karaai/', {
message: message
})
.then(function (response) {