From b2021dd388849a35517f1ea94e1e52376e20afc4 Mon Sep 17 00:00:00 2001 From: maopengzhang Date: Thu, 30 Aug 2018 11:03:18 +0800 Subject: [PATCH] modify YAML-->JSON in swagger the description of YAML is wrong in swagger Change-Id: I9f74d2e486d9113a7d54d626ed240069b36c1ff5 Issue-ID: VFC-1088 Signed-off-by: maopengzhang --- lcm/swagger/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcm/swagger/urls.py b/lcm/swagger/urls.py index ef2806a7..ab83a32c 100644 --- a/lcm/swagger/urls.py +++ b/lcm/swagger/urls.py @@ -23,7 +23,7 @@ swagger_info = openapi.Info( The `swagger-ui` view can be found [here](/api/nslcm/v1/swagger). The `ReDoc` view can be found [here](/api/nslcm/v1/redoc). -The swagger YAML document can be found [here](/api/nslcm/v1/swagger.json). +The swagger JSON document can be found [here](/api/nslcm/v1/swagger.json). The swagger YAML document can be found [here](/api/nslcm/v1/swagger.yaml).""" ) -- 2.16.6