Added /portal redirect. Fixes https://trello.com/c/E63JCT96

This commit is contained in:
Chris Church
2014-12-03 00:33:25 -05:00
parent 02f9f68536
commit 21385d1315
2 changed files with 8 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ from django.conf.urls import *
urlpatterns = patterns('awx.ui.views',
url(r'^$', 'index', name='index'),
url(r'^portal/$', 'portal_redirect', name='portal_redirect'),
)