Skip to content

Commit a1e9c7b

Browse files
committed
Set project name from conf
1 parent d83ea02 commit a1e9c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyms/flask/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def create_app(self):
3232
config = get_conf(service=self.service)
3333
app = connexion.App(__name__, specification_dir=os.path.join(self.path, 'swagger'))
3434
app.add_api('swagger.yaml',
35-
arguments={'title': 'Swagger Example project'},
35+
arguments={'title': config.APP_NAME},
3636
base_path=config.APPLICATION_ROOT
3737
)
3838

0 commit comments

Comments
 (0)