mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
Adds JSON and YAML export of the network topology.
Adds views that export the entire network topology as JSON and YAML.
This commit is contained in:
@@ -15,6 +15,7 @@ urlpatterns = [
|
||||
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')),
|
||||
url(r'^network_ui/', include('awx.network_ui.urls', namespace='network_uiui', app_name='network_ui')),
|
||||
url(r'^(?:api/)?400.html$', handle_400),
|
||||
url(r'^(?:api/)?403.html$', handle_403),
|
||||
url(r'^(?:api/)?404.html$', handle_404),
|
||||
|
||||
Reference in New Issue
Block a user