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
commit 6fb3c8daa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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