mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Added config resource with project base dir and local paths, various other API cleanup.
This commit is contained in:
@@ -114,6 +114,7 @@ job_events_urls = patterns('ansibleworks.main.views',
|
||||
|
||||
v1_urls = patterns('ansibleworks.main.views',
|
||||
url(r'^$', 'api_v1_root_view'),
|
||||
url(r'^config/$', 'api_v1_config_view'),
|
||||
url(r'^authtoken/$', 'auth_token_view'),
|
||||
url(r'^me/$', 'users_me_list'),
|
||||
url(r'^organizations/', include(organizations_urls)),
|
||||
|
||||
Reference in New Issue
Block a user