Fix vfc-vnfmgr auto-swagger bug 13/29113/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Thu, 25 Jan 2018 05:19:59 +0000 (13:19 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Thu, 25 Jan 2018 05:19:59 +0000 (13:19 +0800)
Change-Id: I415106e87e92c9a00053622c76bd2381bf458af2
Issue-ID: VFC-670
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
mgr/mgr/swagger/urls.py

index 97ccea6..2dba098 100644 (file)
@@ -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(