Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 669edc5

Browse files
updated Swagger title
1 parent 9a982c2 commit 669edc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytaskmanager/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
# Open Api Specification (f.k.a. swagger)
5858
app.config['SWAGGER'] = {
59-
'title': 'PyTaskManager',
59+
'title': 'ppDLI API',
6060
'uiversion': 3,
6161
'openapi': '3.0.0',
6262
}

0 commit comments

Comments
 (0)