mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 18:39:54 -02:30
Remove vestigal django stuff for old ui
This commit is contained in:
@@ -15,7 +15,6 @@ from awx.main.views import (
|
||||
|
||||
urlpatterns = [
|
||||
url(r'', include('awx.ui_next.urls', namespace='ui_next')),
|
||||
url(r'', include('awx.ui.urls', namespace='ui')),
|
||||
url(r'^api/', include('awx.api.urls', namespace='api')),
|
||||
url(r'^sso/', include('awx.sso.urls', namespace='sso')),
|
||||
url(r'^sso/', include('social_django.urls', namespace='social')),
|
||||
|
||||
Reference in New Issue
Block a user