diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 49c2d4f..13ff9f2 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,8 +4,7 @@
-
-
+
@@ -44,7 +43,7 @@
-
+
1597348071361
@@ -109,7 +108,21 @@
1597354550739
-
+
+ 1597354669637
+
+
+
+ 1597354669637
+
+
+ 1597354705571
+
+
+
+ 1597354705571
+
+
@@ -125,29 +138,38 @@
-
+
+
-
+
-
+
+
+
+
+
+
+
+
+
-
+
-
+
diff --git a/app.js b/app.js
index ff9e024..11d10b5 100644
--- a/app.js
+++ b/app.js
@@ -153,10 +153,10 @@ let kara = new Vue({
}
})
.then(function (response) {
- answer = response.toString();
+ console.log(response);
})
.catch(function (error) {
- answer = error;
+ console.log(error)
})
}
}