diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 4f50c90..729554c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,7 @@
-
-
-
-
+
@@ -44,7 +41,7 @@
-
+
1597348071361
@@ -137,7 +134,14 @@
1597355046622
-
+
+ 1597355213869
+
+
+
+ 1597355213869
+
+
@@ -161,10 +165,10 @@
-
+
-
+
@@ -181,10 +185,10 @@
-
+
-
+
diff --git a/app.js b/app.js
index 7d32bde..a49aa13 100644
--- a/app.js
+++ b/app.js
@@ -147,7 +147,7 @@ let kara = new Vue({
getAnswerFromDB(message) {
let answer = null;
- axios.post('/kara/', {
+ axios.post('/kara', {
message: 'Test'
})
.then(function (response) {