perf: 去掉几个不用的api

This commit is contained in:
ibuler
2021-01-18 15:17:57 +08:00
committed by Jiangjie.Bai
parent 243eedc4f9
commit 7b8f932dcd
3 changed files with 1 additions and 41 deletions

View File

@@ -4,7 +4,6 @@ import uuid
from django.core.cache import cache
from django.shortcuts import get_object_or_404
from rest_framework.permissions import AllowAny
from rest_framework.response import Response
from rest_framework.views import APIView