mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Change the api v1 resource for unified jobs
This commit is contained in:
parent
b35cee7b72
commit
2d443bad26
@ -93,7 +93,7 @@ class ApiV1RootView(APIView):
|
||||
data['job_templates'] = reverse('api:job_template_list')
|
||||
data['jobs'] = reverse('api:job_list')
|
||||
data['schedules'] = reverse('api:schedules_list')
|
||||
data['unified_job_templates'] = reverse('api:unified_job_template_list')
|
||||
data['unified_job_templates'] = reverse('api:unified_jobs_list')
|
||||
data['activity_stream'] = reverse('api:activity_stream_list')
|
||||
return Response(data)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user