Skip to content

Commit

Permalink
fix: default listen port
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso authored and Zephyruso committed Sep 1, 2023
1 parent 6e0f3fe commit 75e7c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ export default () => {
name="url"
type="url"
class="input input-bordered"
placeholder="http://127.0.0.1:9000"
placeholder="http://127.0.0.1:9090"
list="defaultEndpoints"
/>

<datalist id="defaultEndpoints">
<option value="http://127.0.0.1:9000" />
<option value="http://127.0.0.1:9090" />
</datalist>

<input
Expand Down

0 comments on commit 75e7c64

Please sign in to comment.