Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c54bc52

Browse files
committedNov 21, 2024·
feat: add new service path at global_conf for 'opsflow'
Signed-off-by: ImMin5 <mino@megazone.com>
1 parent 38640ca commit c54bc52

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)
Please sign in to comment.