Browse Source

Test commit.

master
Nero Ignis 5 years ago
parent
commit
f1e786044c
  1. 26
      .idea/workspace.xml
  2. 4
      app.js

26
.idea/workspace.xml

@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
<workItem from="1597264411672" duration="27000" />
<workItem from="1597264469454" duration="594000" />
<workItem from="1597346228730" duration="1851000" />
<workItem from="1597348092890" duration="7156000" />
<workItem from="1597348092890" duration="7224000" />
</task>
<task id="LOCAL-00001" summary="Adds gitignore.">
<created>1597348071361</created>
@ -141,7 +141,21 @@ @@ -141,7 +141,21 @@
<option name="project" value="LOCAL" />
<updated>1597355213869</updated>
</task>
<option name="localTasksCounter" value="15" />
<task id="LOCAL-00015" summary="Test commit.">
<created>1597355260615</created>
<option name="number" value="00015" />
<option name="presentableId" value="LOCAL-00015" />
<option name="project" value="LOCAL" />
<updated>1597355260615</updated>
</task>
<task id="LOCAL-00016" summary="Test commit.">
<created>1597355284907</created>
<option name="number" value="00016" />
<option name="presentableId" value="LOCAL-00016" />
<option name="project" value="LOCAL" />
<updated>1597355284907</updated>
</task>
<option name="localTasksCounter" value="17" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -165,10 +179,10 @@ @@ -165,10 +179,10 @@
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="278" y="2" width="800" height="718" key="#Plugins/0.0.1366.720@0.0.1366.720" timestamp="1597350105557" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597355213828">
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597355284868">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597355213828" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597355284868" />
<state x="466" y="118" width="424" height="490" key="FileChooserDialogImpl" timestamp="1597353496276">
<screen x="0" y="0" width="1366" height="720" />
</state>
@ -185,10 +199,10 @@ @@ -185,10 +199,10 @@
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="172" y="0" key="SettingsEditor/0.0.1366.720@0.0.1366.720" timestamp="1597353501740" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597355215453">
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597355286021">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2/0.0.1366.720@0.0.1366.720" timestamp="1597355215453" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2/0.0.1366.720@0.0.1366.720" timestamp="1597355286021" />
<state x="0" y="0" width="616" height="720" key="find.popup" timestamp="1597346688624">
<screen x="0" y="0" width="1366" height="720" />
</state>

4
app.js

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

Loading…
Cancel
Save