X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2app%2Fentrypoints%2Fflask_application.py;h=cde07153ded0a59ec12a3ec2e10d98f5b9ec3847;hb=659a526fb149407f1bc7c598e1943195915dcbd6;hp=cb12fb4f10646a98c3abdefd9a03725f02a4a787;hpb=330e15935177e9d9e8442eb67354f9122f2871b1;p=pti%2Fo2.git diff --git a/o2app/entrypoints/flask_application.py b/o2app/entrypoints/flask_application.py index cb12fb4..cde0715 100644 --- a/o2app/entrypoints/flask_application.py +++ b/o2app/entrypoints/flask_application.py @@ -24,9 +24,8 @@ from o2dms.api import configure_namespace as dms_route_configure_namespace app = Flask(__name__) app.config.SWAGGER_UI_DOC_EXPANSION = 'list' api = Api(app, version='1.0.0', - title='INF O2 Services', - description='Swagger OpenAPI document for \ - the INF O2 Services', + title='INF O2 Services API', + description='Swagger OpenAPI document for the INF O2 Services', ) bus = bootstrap.bootstrap()