Browse Source

Test commit.

master
Nero Ignis 5 years ago
parent
commit
12cec2ab09
  1. 23
      .idea/workspace.xml
  2. 2
      app.js

23
.idea/workspace.xml

@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
<workItem from="1597264411672" duration="27000" />
<workItem from="1597264469454" duration="594000" />
<workItem from="1597346228730" duration="1851000" />
<workItem from="1597348092890" duration="7685000" />
<workItem from="1597348092890" duration="8075000" />
</task>
<task id="LOCAL-00001" summary="Adds gitignore.">
<created>1597348071361</created>
@ -192,7 +192,14 @@ @@ -192,7 +192,14 @@
<option name="project" value="LOCAL" />
<updated>1597355700869</updated>
</task>
<option name="localTasksCounter" value="22" />
<task id="LOCAL-00022" summary="Test commit.">
<created>1597355794310</created>
<option name="number" value="00022" />
<option name="presentableId" value="LOCAL-00022" />
<option name="project" value="LOCAL" />
<updated>1597355794310</updated>
</task>
<option name="localTasksCounter" value="23" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -216,10 +223,10 @@ @@ -216,10 +223,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="1597355700828">
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597355794268">
<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="1597355700828" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597355794268" />
<state x="466" y="118" width="424" height="490" key="FileChooserDialogImpl" timestamp="1597353496276">
<screen x="0" y="0" width="1366" height="720" />
</state>
@ -236,10 +243,10 @@ @@ -236,10 +243,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="1597355702159">
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597355795325">
<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="1597355702159" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2/0.0.1366.720@0.0.1366.720" timestamp="1597355795325" />
<state x="0" y="0" width="616" height="720" key="find.popup" timestamp="1597346688624">
<screen x="0" y="0" width="1366" height="720" />
</state>
@ -252,9 +259,9 @@ @@ -252,9 +259,9 @@
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="347" y="155" key="run.anything.popup/0.0.1366.720@0.0.1366.720" timestamp="1597354649319" />
<state x="346" y="41" width="672" height="678" key="search.everywhere.popup" timestamp="1597353510315">
<state x="346" y="41" width="672" height="678" key="search.everywhere.popup" timestamp="1597355944135">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="346" y="41" width="672" height="678" key="search.everywhere.popup/0.0.1366.720@0.0.1366.720" timestamp="1597353510315" />
<state x="346" y="41" width="672" height="678" key="search.everywhere.popup/0.0.1366.720@0.0.1366.720" timestamp="1597355944135" />
</component>
</project>

2
app.js

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

Loading…
Cancel
Save