Inherit from our own APIView, not rest framework

This commit is contained in:
Alan Rominger 2022-08-10 15:25:36 -04:00
parent f7e6a32444
commit a0103acbef
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

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