diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 729554c..ae3740d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -41,7 +41,7 @@
-
+
1597348071361
@@ -141,7 +141,21 @@
1597355213869
-
+
+ 1597355260615
+
+
+
+ 1597355260615
+
+
+ 1597355284907
+
+
+
+ 1597355284907
+
+
@@ -165,10 +179,10 @@
-
+
-
+
@@ -185,10 +199,10 @@
-
+
-
+
diff --git a/app.js b/app.js
index 7d32bde..3d33ad2 100644
--- a/app.js
+++ b/app.js
@@ -147,8 +147,8 @@ let kara = new Vue({
getAnswerFromDB(message) {
let answer = null;
- axios.post('/kara/', {
- message: 'Test'
+ axios.post('/api//kara/', {
+ message: message
})
.then(function (response) {
console.log(response);