Skip to content

Commit

Permalink
Default to hosted shim server
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Nov 14, 2024
1 parent 3bf9d5c commit 3b10067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<label>Timestamps<input id="timestamps" type="checkbox" /></label>
<input id="stepbwd" type="button" value="&larr;" />
<input id="stepfwd" type="button" value="&rarr;" />
<input id="shimurl" type="text" value="http://localhost:1234" placeholder="Shim URL" />
<input id="shimurl" type="text" value="https://tardis.element.dev/" placeholder="Shim URL" />
<input id="resolve" type="button" value="Resolve State" />
</div>
<div id="infocontainer">
Expand Down

0 comments on commit 3b10067

Please sign in to comment.