Docs: keep rules of name in the same way
[pti/o2.git] / o2app / entrypoints / flask_application.py
index 0d1a11a..cb12fb4 100644 (file)
@@ -24,9 +24,9 @@ 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='O-Cloud O2 Services',\r
+          title='INF O2 Services',\r
           description='Swagger OpenAPI document for \\r
-          O-Cloud O2 Services',\r
+          the INF O2 Services',\r
           )\r
 bus = bootstrap.bootstrap()\r
 \r