diff --git a/src/cloudforet/console_api_v2/conf/global_conf.py b/src/cloudforet/console_api_v2/conf/global_conf.py index fe066df..7701285 100644 --- a/src/cloudforet/console_api_v2/conf/global_conf.py +++ b/src/cloudforet/console_api_v2/conf/global_conf.py @@ -30,6 +30,7 @@ | [Secret](/secret/docs) | Secret Service | | [Statistics](/statistics/docs) | Statistics Service | | [Search](/search/docs) | Search Service | +| [Opsflow](/opsflow/docs) | Opsflow Service | """ OPENAPI_JSON_DIRS = [ @@ -47,6 +48,7 @@ "/opt/openapi/cloudforet/api/secret/v1/*.json", "/opt/openapi/cloudforet/api/statistics/v1/*.json", "/opt/openapi/cloudforet/api/search/v1/*.json", + "/opt/openapi/cloudforet/api/opsflow/v1/*.json", ] UVICORN_OPTIONS = {"factory": True}