Browse Source

Updated the address

vue
Lev 2 years ago
parent
commit
e70541c40d
  1. 19
      .idea/workspace.xml
  2. 2
      src/api.ts

19
.idea/workspace.xml

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="ddb8afd5-d3ba-47b1-b6d0-227403f1abf7" name="Changes" comment="Adding links (contacts)"> <list default="true" id="ddb8afd5-d3ba-47b1-b6d0-227403f1abf7" name="Changes" comment="Fix domain result when it's not available + remove failed icon">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/DomainResult.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/DomainResult.vue" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/api.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/api.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/result.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/result.ts" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -103,7 +102,7 @@
<workItem from="1678294988188" duration="3137000" /> <workItem from="1678294988188" duration="3137000" />
<workItem from="1678453431365" duration="7802000" /> <workItem from="1678453431365" duration="7802000" />
<workItem from="1678966587213" duration="1715000" /> <workItem from="1678966587213" duration="1715000" />
<workItem from="1679134080413" duration="4498000" /> <workItem from="1679134080413" duration="5756000" />
</task> </task>
<task id="LOCAL-00001" summary="Wrote the landing"> <task id="LOCAL-00001" summary="Wrote the landing">
<created>1670844191163</created> <created>1670844191163</created>
@ -273,7 +272,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1678614272869</updated> <updated>1678614272869</updated>
</task> </task>
<option name="localTasksCounter" value="25" /> <task id="LOCAL-00025" summary="Fix domain result when it's not available + remove failed icon">
<created>1679216484001</created>
<option name="number" value="00025" />
<option name="presentableId" value="LOCAL-00025" />
<option name="project" value="LOCAL" />
<updated>1679216484001</updated>
</task>
<option name="localTasksCounter" value="26" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@ -315,6 +321,7 @@
<MESSAGE value="SiteSettings" /> <MESSAGE value="SiteSettings" />
<MESSAGE value="Site constructor" /> <MESSAGE value="Site constructor" />
<MESSAGE value="Adding links (contacts)" /> <MESSAGE value="Adding links (contacts)" />
<option name="LAST_COMMIT_MESSAGE" value="Adding links (contacts)" /> <MESSAGE value="Fix domain result when it's not available + remove failed icon" />
<option name="LAST_COMMIT_MESSAGE" value="Fix domain result when it's not available + remove failed icon" />
</component> </component>
</project> </project>

2
src/api.ts

@ -8,7 +8,7 @@ declare var process : {
export class Api { export class Api {
public readonly api_url: string; public readonly api_url: string;
public agorata_adnl: string = "21a64b31dcfb9dd985a34576e76823be9a36606a3bcd196f3bb8965c0b6485c3"; public agorata_adnl: string = "ed4f2afebb5e49dda9684a474c5771141be1f7d85a2fa39f1823844dd476c52d";
constructor() { constructor() {
if (process.env.NODE_ENV === 'development') { if (process.env.NODE_ENV === 'development') {

Loading…
Cancel
Save