Refactoring

This commit is contained in:
david
2023-05-19 01:33:35 +02:00
parent 95d5aa6992
commit 19dc4b5b64
3 changed files with 2 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
from django.db.models import Q
from rest_framework.response import Response
from rest_framework.decorators import api_view
from core.models import Video
from core.serializers import VideoSerializer
from django.db.models import Q
@api_view(['GET'])
def videoAPI(request):