mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
AC-939 Update browsable REST API branding to Tower.
This commit is contained in:
@@ -59,7 +59,7 @@ class ApiRootView(APIView):
|
||||
|
||||
current = reverse('api:api_v1_root_view', args=[])
|
||||
data = dict(
|
||||
description = 'AWX REST API',
|
||||
description = 'Ansible Tower REST API',
|
||||
current_version = current,
|
||||
available_versions = dict(
|
||||
v1 = current
|
||||
|
||||
Reference in New Issue
Block a user