mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Flake8 fixes and URL updates
This commit is contained in:
@@ -111,6 +111,7 @@ v2_urls = [
|
||||
url(r'^job_templates/(?P<pk>[0-9]+)/extra_credentials/$', JobTemplateExtraCredentialsList.as_view(), name='job_template_extra_credentials_list'),
|
||||
]
|
||||
|
||||
app_name = 'api'
|
||||
urlpatterns = [
|
||||
url(r'^$', ApiRootView.as_view(), name='api_root_view'),
|
||||
url(r'^(?P<version>(v2))/', include(v2_urls)),
|
||||
|
||||
Reference in New Issue
Block a user