Browse Source

Test commit.

master
Nero Ignis 5 years ago
parent
commit
212c263aa7
  1. 2
      app.js

2
app.js

@ -147,7 +147,7 @@ let kara = new Vue({
getAnswerFromDB(message) { getAnswerFromDB(message) {
let answer = null; let answer = null;
axios.post('/kara', { axios.post('/kara/', {
message: 'Test' message: 'Test'
}) })
.then(function (response) { .then(function (response) {

Loading…
Cancel
Save