Compare commits
No commits in common. "d9a9ad98f748789ae33e15285480ccf525db1130" and "a20699d6ca93ba4d8503dd09ce4d1ebc5d9a3940" have entirely different histories.
d9a9ad98f7
...
a20699d6ca
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="kiwi_vpn_api.main:app",
|
app=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