Skip to content

Commit 0695e8d

Browse files
authored
Merge pull request #107 from ImMin5/master
Add new service path at global_conf for 'opsflow'
2 parents 38640ca + c54bc52 commit 0695e8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cloudforet/console_api_v2/conf/global_conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
| [Secret](/secret/docs) | Secret Service |
3131
| [Statistics](/statistics/docs) | Statistics Service |
3232
| [Search](/search/docs) | Search Service |
33+
| [Opsflow](/opsflow/docs) | Opsflow Service |
3334
"""
3435

3536
OPENAPI_JSON_DIRS = [
@@ -47,6 +48,7 @@
4748
"/opt/openapi/cloudforet/api/secret/v1/*.json",
4849
"/opt/openapi/cloudforet/api/statistics/v1/*.json",
4950
"/opt/openapi/cloudforet/api/search/v1/*.json",
51+
"/opt/openapi/cloudforet/api/opsflow/v1/*.json",
5052
]
5153

5254
UVICORN_OPTIONS = {"factory": True}

0 commit comments

Comments
 (0)