aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/urls.py
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-08-19 14:27:16 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-08-19 14:27:16 +0800
commit99371e7da417fc7050c20dacfa8897c41565f65c (patch)
treedce8702a768960786edf584ba230fe6b35e103af /lcm/urls.py
parentb4ae92c191552276611cd3c161d0af18cb5a088d (diff)
Add workflow api init codes
Change-Id: Ia93c3bd198f2ad541671393dd06d651f4fe4a4f1 Issue-Id: VFC-115 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/urls.py')
-rw-r--r--lcm/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcm/urls.py b/lcm/urls.py
index c9a808b3..9471def9 100644
--- a/lcm/urls.py
+++ b/lcm/urls.py
@@ -23,6 +23,7 @@ urlpatterns = [
url(r'^', include('lcm.ns.sfcs.urls')),
url(r'^', include('lcm.ns.urls')),
url(r'^', include('lcm.jobs.urls')),
+ url(r'^', include('lcm.workflows.urls')),
]
# regist to MSB when startup