diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 557e2ff..4f50c90 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -44,7 +44,7 @@
-
+
1597348071361
@@ -130,7 +130,14 @@
1597354976941
-
+
+ 1597355046622
+
+
+
+ 1597355046622
+
+
@@ -154,10 +161,10 @@
-
+
-
+
@@ -174,10 +181,10 @@
-
+
-
+
diff --git a/app.js b/app.js
index 5c6e17a..7d32bde 100644
--- a/app.js
+++ b/app.js
@@ -148,9 +148,7 @@ let kara = new Vue({
let answer = null;
axios.post('/kara/', {
- params: {
- message: message
- }
+ message: 'Test'
})
.then(function (response) {
console.log(response);