Docs: update the dms v1 path changes; Fix INF-254 through retry
[pti/o2.git] / o2app / entrypoints / flask_application.py
index cb12fb4..cde0715 100644 (file)
@@ -24,9 +24,8 @@ from o2dms.api import configure_namespace as dms_route_configure_namespace
 app = Flask(__name__)\r
 app.config.SWAGGER_UI_DOC_EXPANSION = 'list'\r
 api = Api(app, version='1.0.0',\r
-          title='INF O2 Services',\r
-          description='Swagger OpenAPI document for \\r
-          the INF O2 Services',\r
+          title='INF O2 Services API',\r
+          description='Swagger OpenAPI document for the INF O2 Services',\r
           )\r
 bus = bootstrap.bootstrap()\r
 \r