app not a string
This commit is contained in:
parent
972359cb49
commit
6b6da69bb4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ async def on_startup() -> None:
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
uvicorn.run(
|
uvicorn.run(
|
||||||
"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