mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
Switch up the api end point for unified jobs
This commit is contained in:
@@ -293,7 +293,7 @@ class SchedulesList(APIView):
|
||||
def post(self, request):
|
||||
return Response({})
|
||||
|
||||
class UnifiedJobTemplateList(APIView):
|
||||
class UnifiedJobsList(APIView):
|
||||
|
||||
view_name = "Unified Job Templates"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user