Compare commits

..

No commits in common. "a20699d6ca93ba4d8503dd09ce4d1ebc5d9a3940" and "ca955d11044af05e3e9c22b95c47c643ede798df" have entirely different histories.

View file

@ -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,