Browse Source

Test commit.

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

19
.idea/workspace.xml

@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
<workItem from="1597264411672" duration="27000" />
<workItem from="1597264469454" duration="594000" />
<workItem from="1597346228730" duration="1851000" />
<workItem from="1597348092890" duration="6945000" />
<workItem from="1597348092890" duration="7100000" />
</task>
<task id="LOCAL-00001" summary="Adds gitignore.">
<created>1597348071361</created>
@ -130,7 +130,14 @@ @@ -130,7 +130,14 @@
<option name="project" value="LOCAL" />
<updated>1597354976941</updated>
</task>
<option name="localTasksCounter" value="13" />
<task id="LOCAL-00013" summary="Test commit.">
<created>1597355046622</created>
<option name="number" value="00013" />
<option name="presentableId" value="LOCAL-00013" />
<option name="project" value="LOCAL" />
<updated>1597355046622</updated>
</task>
<option name="localTasksCounter" value="14" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -154,10 +161,10 @@ @@ -154,10 +161,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="1597354976896">
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597355046580">
<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="1597354976896" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597355046580" />
<state x="466" y="118" width="424" height="490" key="FileChooserDialogImpl" timestamp="1597353496276">
<screen x="0" y="0" width="1366" height="720" />
</state>
@ -174,10 +181,10 @@ @@ -174,10 +181,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="1597354978367">
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597355048555">
<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="1597354978367" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2/0.0.1366.720@0.0.1366.720" timestamp="1597355048555" />
<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

@ -148,9 +148,7 @@ let kara = new Vue({ @@ -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);

Loading…
Cancel
Save