Skip to content

Commit

Permalink
changing default URL for Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Janis Erdmanis committed Jul 4, 2024
1 parent 31dbd66 commit ce80877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```@raw html
<div style="display: flex; justify-content: flex-end; margin-bottom: 20px; margin-top: -52px; margin-right: 0px;">
<input type="text" class="input" style="width: 250px" id="base-url-input" placeholder="http://" value="http://0.0.0.0:4584" />
<input type="text" class="input" style="width: 250px" id="base-url-input" placeholder="http://" value="http://127.0.0.1:4584" />
<button id="load-schema-button">Set</button>
</div>
Expand Down

0 comments on commit ce80877

Please sign in to comment.