mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
Add ping to the front page view.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user