Compare commits
2 commits
ca955d1104
...
a20699d6ca
| Author | SHA1 | Date | |
|---|---|---|---|
| a20699d6ca | |||
| 6b6da69bb4 |
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ async def on_startup() -> None:
|
|||
|
||||
def main() -> None:
|
||||
uvicorn.run(
|
||||
"kiwi_vpn_api.main:app",
|
||||
app=app,
|
||||
host="0.0.0.0",
|
||||
port=8000,
|
||||
reload=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue