mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix: default listen port
This commit is contained in:
parent
6e0f3fef3a
commit
75e7c64007
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user