We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743bbb9 commit de3de27Copy full SHA for de3de27
1 file changed
{{cookiecutter.project_name}}/app/main.py
@@ -5,11 +5,11 @@
5
from rodi import Container
6
7
from app.auth import configure_authentication
8
+from app.diagnostics import get_diagnostic_app
9
{%- if cookiecutter.use_openapi %}
10
from app.docs import configure_docs
11
{%- endif %}
12
from app.errors import configure_error_handlers
-from app.diagnostics import get_diagnostic_app
13
from app.services import configure_services
14
from app.settings import Settings
15
0 commit comments