mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Add ping to the front page view.
This commit is contained in:
parent
3764bd2303
commit
d72d95b282
@ -95,6 +95,7 @@ class ApiV1RootView(APIView):
|
||||
|
||||
data = SortedDict()
|
||||
data['authtoken'] = reverse('api:auth_token_view')
|
||||
data['ping'] = reverse('api:api_v1_ping_view')
|
||||
data['config'] = reverse('api:api_v1_config_view')
|
||||
data['me'] = reverse('api:user_me_list')
|
||||
data['dashboard'] = reverse('api:dashboard_view')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user