mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Add ping to the front page view.
This commit is contained in:
@@ -95,6 +95,7 @@ class ApiV1RootView(APIView):
|
|||||||
|
|
||||||
data = SortedDict()
|
data = SortedDict()
|
||||||
data['authtoken'] = reverse('api:auth_token_view')
|
data['authtoken'] = reverse('api:auth_token_view')
|
||||||
|
data['ping'] = reverse('api:api_v1_ping_view')
|
||||||
data['config'] = reverse('api:api_v1_config_view')
|
data['config'] = reverse('api:api_v1_config_view')
|
||||||
data['me'] = reverse('api:user_me_list')
|
data['me'] = reverse('api:user_me_list')
|
||||||
data['dashboard'] = reverse('api:dashboard_view')
|
data['dashboard'] = reverse('api:dashboard_view')
|
||||||
|
|||||||
Reference in New Issue
Block a user