summaryrefslogtreecommitdiffstats
path: root/lcm/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/urls.py')
-rw-r--r--lcm/urls.py12
1 files changed, 1 insertions, 11 deletions
diff --git a/lcm/urls.py b/lcm/urls.py
index eb82f083..af5e7f69 100644
--- a/lcm/urls.py
+++ b/lcm/urls.py
@@ -13,20 +13,10 @@
# limitations under the License.
from django.conf.urls import include, url
-from drf_yasg import openapi
-from lcm.pub.config.config import REG_TO_MSB_WHEN_START, REG_TO_MSB_REG_URL, REG_TO_MSB_REG_PARAM
from lcm.pub.config.config import DEPLOY_WORKFLOW_WHEN_START
+from lcm.pub.config.config import REG_TO_MSB_WHEN_START, REG_TO_MSB_REG_URL, REG_TO_MSB_REG_PARAM
-swagger_info = openapi.Info(
- title="vfc-nfvo-lcm API",
- 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)."""
-)
urlpatterns = [
url(r'^', include('lcm.samples.urls')),