summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/lcm/urls.py')
-rw-r--r--lcm/lcm/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcm/lcm/urls.py b/lcm/lcm/urls.py
index e60108b8..a4ebda98 100644
--- a/lcm/lcm/urls.py
+++ b/lcm/lcm/urls.py
@@ -19,6 +19,7 @@ urlpatterns = [
url(r'^', include('lcm.samples.urls')),
url(r'^', include('lcm.nf.vnfs.urls')),
url(r'^', include('lcm.jobs.urls')),
+ url(r'^', include('lcm.swagger.urls')),
]
# regist to MSB when startup