summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-01-25 13:19:59 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-01-25 13:19:59 +0800
commitcbf6da74826576a3790ef258800664543aeafa4b (patch)
tree51703493da64be4d2007eaf656e46cb49805f50c
parent7e5c90a5b3fe4e54fc9a03e865df33bdfcde61be (diff)
Fix vfc-vnfmgr auto-swagger bug
Change-Id: I415106e87e92c9a00053622c76bd2381bf458af2 Issue-ID: VFC-670 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r--mgr/mgr/swagger/urls.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/mgr/mgr/swagger/urls.py b/mgr/mgr/swagger/urls.py
index 97ccea6..2dba098 100644
--- a/mgr/mgr/swagger/urls.py
+++ b/mgr/mgr/swagger/urls.py
@@ -22,9 +22,9 @@ swagger_info = openapi.Info(
default_version='v1',
description="""
-The `swagger-ui` view can be found [here](/cached/swagger).
-The `ReDoc` view can be found [here](/cached/redoc).
-The swagger YAML document can be found [here](/cached/swagger.yaml)."""
+The `swagger-ui` view can be found [here](/api/vnfmgr/v1/cached/swagger).
+The `ReDoc` view can be found [here](/api/vnfmgr/v1/cached/redoc).
+The swagger YAML document can be found [here](/api/vnfmgr/v1/cached/swagger.yaml)."""
)
SchemaView = get_schema_view(