diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 130bb69..c0aa0ca 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -43,7 +43,7 @@
-
+
1597348071361
@@ -192,7 +192,14 @@
1597355700869
-
+
+ 1597355794310
+
+
+
+ 1597355794310
+
+
@@ -216,10 +223,10 @@
-
+
-
+
@@ -236,10 +243,10 @@
-
+
-
+
@@ -252,9 +259,9 @@
-
+
-
+
\ No newline at end of file
diff --git a/app.js b/app.js
index 8b49c97..b97c5e2 100644
--- a/app.js
+++ b/app.js
@@ -147,7 +147,7 @@ let kara = new Vue({
getAnswerFromDB(message) {
let answer = null;
- axios.post('https://luna-development.net/karaai/', {
+ axios.post('/karaAI/', {
message: message
})
.then(function (response) {