We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38640ca + c54bc52 commit 0695e8dCopy full SHA for 0695e8d
src/cloudforet/console_api_v2/conf/global_conf.py
@@ -30,6 +30,7 @@
30
| [Secret](/secret/docs) | Secret Service |
31
| [Statistics](/statistics/docs) | Statistics Service |
32
| [Search](/search/docs) | Search Service |
33
+| [Opsflow](/opsflow/docs) | Opsflow Service |
34
"""
35
36
OPENAPI_JSON_DIRS = [
@@ -47,6 +48,7 @@
47
48
"/opt/openapi/cloudforet/api/secret/v1/*.json",
49
"/opt/openapi/cloudforet/api/statistics/v1/*.json",
50
"/opt/openapi/cloudforet/api/search/v1/*.json",
51
+ "/opt/openapi/cloudforet/api/opsflow/v1/*.json",
52
]
53
54
UVICORN_OPTIONS = {"factory": True}
0 commit comments