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=0d1a11a95a93411cee53ed5491c54244565444a6;hpb=6c304dfab28ffd1bbe69b9ada3d11e8fbbde014b;p=pti%2Fo2.git diff --git a/o2app/entrypoints/flask_application.py b/o2app/entrypoints/flask_application.py index 0d1a11a..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='O-Cloud O2 Services', - description='Swagger OpenAPI document for \ - O-Cloud O2 Services', + title='INF O2 Services API', + description='Swagger OpenAPI document for the INF O2 Services', ) bus = bootstrap.bootstrap()