From: ying.yunlong Date: Thu, 25 Jan 2018 05:19:59 +0000 (+0800) Subject: Fix vfc-vnfmgr auto-swagger bug X-Git-Tag: v1.1.0~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cbf6da74826576a3790ef258800664543aeafa4b;p=vfc%2Fgvnfm%2Fvnfmgr.git Fix vfc-vnfmgr auto-swagger bug Change-Id: I415106e87e92c9a00053622c76bd2381bf458af2 Issue-ID: VFC-670 Signed-off-by: ying.yunlong --- 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(