Browse Source

🎨 Auto format

pull/15674/head
github-actions[bot] 4 days ago
parent
commit
bb3a14af5d
  1. 2
      docs/ru/docs/tutorial/bigger-applications.md

2
docs/ru/docs/tutorial/bigger-applications.md

@ -465,7 +465,7 @@ from .routers.users import router
///
## Настройка `entrypoint` в `pyproject.toml` { #configure-the-entrypoint-in-pyproject.toml }
## Настройка `entrypoint` в `pyproject.toml` { #configure-the-entrypoint-in-pyproject-toml }
Так как ваш объект FastAPI `app` находится в `app/main.py`, вы можете настроить `entrypoint` в файле `pyproject.toml` следующим образом:

Loading…
Cancel
Save