We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83ea02 commit a1e9c7bCopy full SHA for a1e9c7b
pyms/flask/app/__init__.py
@@ -32,7 +32,7 @@ def create_app(self):
32
config = get_conf(service=self.service)
33
app = connexion.App(__name__, specification_dir=os.path.join(self.path, 'swagger'))
34
app.add_api('swagger.yaml',
35
- arguments={'title': 'Swagger Example project'},
+ arguments={'title': config.APP_NAME},
36
base_path=config.APPLICATION_ROOT
37
)
38
0 commit comments