Update fastapi-vue-setup.

This commit is contained in:
2026-02-10 21:46:40 +00:00
parent a9e6c2a145
commit d24f9bdc77
3 changed files with 20 additions and 21 deletions
+1 -6
View File
@@ -207,10 +207,5 @@ def setup_cli(
host = endpoints[0]["host"]
port = endpoints[0]["port"]
cmd = [
sys.executable,
"-m",
cli,
f"--listen={host}:{port}",
]
cmd = [cli, f"--listen={host}:{port}"]
return f"http://{host}:{port}", cmd