diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ae3740d..5557308 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -41,7 +41,7 @@
-
+
1597348071361
@@ -155,7 +155,14 @@
1597355284907
-
+
+ 1597355468300
+
+
+
+ 1597355468300
+
+
@@ -179,10 +186,10 @@
-
+
-
+
@@ -199,10 +206,10 @@
-
+
-
+
diff --git a/app.js b/app.js
index 3d33ad2..0eb4e09 100644
--- a/app.js
+++ b/app.js
@@ -147,7 +147,7 @@ let kara = new Vue({
getAnswerFromDB(message) {
let answer = null;
- axios.post('/api//kara/', {
+ axios.post('/api/kara/', {
message: message
})
.then(function (response) {