summaryrefslogtreecommitdiffstats
path: root/mgr
diff options
context:
space:
mode:
Diffstat (limited to 'mgr')
-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(