Skip to content

Commit 2e9f7c3

Browse files
committed
ope
1 parent e922b15 commit 2e9f7c3

File tree

1 file changed

+1
-0
lines changed
  • python/{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}

1 file changed

+1
-0
lines changed

python/{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class _Tag(str, Enum):
4949
docs_url="/docs",
5050
openapi_url="/openapi.json",
5151
swagger_ui_parameters={"tryItOutEnabled": True},
52+
lifespan=lifespan
5253
)
5354

5455

0 commit comments

Comments
 (0)