Skip to content

Commit 3095834

Browse files
committed
fix: correct title
1 parent 75d6f89 commit 3095834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:license: Apache License, Version 2.0, see LICENSE for more details.
55
"""
66

7-
__title__ = "api"
7+
__title__ = "litestar-backend-template"
88
__author__ = "Iyad"
99
__license__ = "Apache-2.0"
1010
__copyright__ = "Copyright 2025-present Iyad"

0 commit comments

Comments
 (0)