mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 20:37:39 -02:30
Added /portal redirect. Fixes https://trello.com/c/E63JCT96
This commit is contained in:
@@ -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'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user