aboutsummaryrefslogtreecommitdiffstats
path: root/catalog/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'catalog/urls.py')
-rw-r--r--catalog/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog/urls.py b/catalog/urls.py
index 9d4d8f26..fbdf7e4b 100644
--- a/catalog/urls.py
+++ b/catalog/urls.py
@@ -18,6 +18,7 @@ from catalog.pub.config.config import REG_TO_MSB_WHEN_START, REG_TO_MSB_REG_URL,
urlpatterns = [
url(r'^', include('catalog.samples.urls')),
url(r'^', include('catalog.packages.urls')),
+ url(r'^', include('catalog.jobs.urls')),
url(r'^', include('catalog.swagger.urls')),
]