Compare commits
No commits in common. "a20699d6ca93ba4d8503dd09ce4d1ebc5d9a3940" and "ca955d11044af05e3e9c22b95c47c643ede798df" have entirely different histories.
a20699d6ca
...
ca955d1104
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ async def on_startup() -> None:
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
uvicorn.run(
|
uvicorn.run(
|
||||||
app=app,
|
"kiwi_vpn_api.main:app",
|
||||||
host="0.0.0.0",
|
host="0.0.0.0",
|
||||||
port=8000,
|
port=8000,
|
||||||
reload=True,
|
reload=True,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue