aboutsummaryrefslogtreecommitdiffstats
path: root/web/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'web/urls.py')
-rw-r--r--web/urls.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/web/urls.py b/web/urls.py
index e937ac9..7881a68 100644
--- a/web/urls.py
+++ b/web/urls.py
@@ -1,5 +1,5 @@
-
-# ============LICENSE_START==========================================
+
+# ============LICENSE_START==========================================
# org.onap.vvp/test-engine
# ===================================================================
# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
@@ -55,7 +55,8 @@ from django.conf.urls import include, url
from django.contrib import admin
urlpatterns = [
- url(r'^admin/', include(admin.site.urls) ),
+ url(r'^admin/', include(admin.site.urls)),
url(r'^ice-ci/v1/', include('iceci.urls')),
- url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')),
+ url(r'^api-auth/', include('rest_framework.urls',
+ namespace='rest_framework')),
]