mirror of
https://github.com/babysor/MockingBird.git
synced 2024-03-22 13:11:31 +08:00
change port
This commit is contained in:
parent
da66ba4ab7
commit
4892b2e2d4
2
web.py
2
web.py
@ -5,7 +5,7 @@ import typer
|
||||
cli = typer.Typer()
|
||||
|
||||
@cli.command()
|
||||
def launch(port: int = typer.Option(8080, "--port", "-p")) -> None:
|
||||
def launch(port: int = typer.Option(2023, "--port", "-p")) -> None:
|
||||
"""Start a graphical UI server for the opyrator.
|
||||
|
||||
The UI is auto-generated from the input- and output-schema of the given function.
|
||||
|
Loading…
x
Reference in New Issue
Block a user