Add ping to the front page view.

This commit is contained in:
Luke Sneeringer 2014-11-18 11:08:47 -06:00
parent 3764bd2303
commit d72d95b282

View File

@ -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')