Browse Source

Test commit.

master
Nero Ignis 5 years ago
parent
commit
f4651a7f70
  1. 44
      .idea/workspace.xml
  2. 2
      app.js

44
.idea/workspace.xml

@ -4,7 +4,9 @@ @@ -4,7 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="e3f098f0-e98c-435a-af04-d153c9525633" name="Default Changelist" comment="" />
<list default="true" id="e3f098f0-e98c-435a-af04-d153c9525633" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/app.js" beforeDir="false" afterPath="$PROJECT_DIR$/app.js" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -41,7 +43,7 @@ @@ -41,7 +43,7 @@
<workItem from="1597264411672" duration="27000" />
<workItem from="1597264469454" duration="594000" />
<workItem from="1597346228730" duration="1851000" />
<workItem from="1597348092890" duration="7417000" />
<workItem from="1597348092890" duration="7685000" />
</task>
<task id="LOCAL-00001" summary="Adds gitignore.">
<created>1597348071361</created>
@ -162,7 +164,35 @@ @@ -162,7 +164,35 @@
<option name="project" value="LOCAL" />
<updated>1597355468300</updated>
</task>
<option name="localTasksCounter" value="18" />
<task id="LOCAL-00018" summary="Test commit.">
<created>1597355517033</created>
<option name="number" value="00018" />
<option name="presentableId" value="LOCAL-00018" />
<option name="project" value="LOCAL" />
<updated>1597355517033</updated>
</task>
<task id="LOCAL-00019" summary="Test commit.">
<created>1597355591231</created>
<option name="number" value="00019" />
<option name="presentableId" value="LOCAL-00019" />
<option name="project" value="LOCAL" />
<updated>1597355591231</updated>
</task>
<task id="LOCAL-00020" summary="Test commit.">
<created>1597355683327</created>
<option name="number" value="00020" />
<option name="presentableId" value="LOCAL-00020" />
<option name="project" value="LOCAL" />
<updated>1597355683327</updated>
</task>
<task id="LOCAL-00021" summary="Test commit.">
<created>1597355700869</created>
<option name="number" value="00021" />
<option name="presentableId" value="LOCAL-00021" />
<option name="project" value="LOCAL" />
<updated>1597355700869</updated>
</task>
<option name="localTasksCounter" value="22" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -186,10 +216,10 @@ @@ -186,10 +216,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="1597355468256">
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597355700828">
<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="1597355468256" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597355700828" />
<state x="466" y="118" width="424" height="490" key="FileChooserDialogImpl" timestamp="1597353496276">
<screen x="0" y="0" width="1366" height="720" />
</state>
@ -206,10 +236,10 @@ @@ -206,10 +236,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="1597355469658">
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597355702159">
<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="1597355469658" />
<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="0" y="0" width="616" height="720" key="find.popup" timestamp="1597346688624">
<screen x="0" y="0" width="1366" height="720" />
</state>

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('/karaai/', {
axios.post('https://luna-development.net/karaai/', {
message: message
})
.then(function (response) {

Loading…
Cancel
Save