Merge branch 'develop' into feature/db-redesign
This commit is contained in:
commit
d9a9ad98f7
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ async def on_startup() -> None:
|
|||
|
||||
def main() -> None:
|
||||
uvicorn.run(
|
||||
app=app,
|
||||
app="kiwi_vpn_api.main:app",
|
||||
host="0.0.0.0",
|
||||
port=8000,
|
||||
reload=True,
|
||||
|
|
Loading…
Reference in a new issue