chore: change port and nginx url for proxy

This commit is contained in:
Данил 2025-01-08 15:34:06 +03:00
parent ed493b862e
commit f751d0f893
2 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ def main() -> None:
setup_application(app, dp, bot=bot)
web.run_app(app, host='127.0.0.1', port=8080)
web.run_app(app, host='0.0.0.0', port=443)
if __name__ == '__main__':