Merge pull request #44 from AlanCoding/one_of_seths_own

Inherit from our own APIView, not rest framework
This commit is contained in:
Seth Foster
2022-08-10 15:38:14 -04:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ from django.conf import settings
from rest_framework.permissions import AllowAny
from rest_framework.response import Response
from rest_framework.views import APIView
from awx.api.generics import APIView
from awx.main.scheduler import TaskManager, DependencyManager, WorkflowManager