enviar Cancelacion Timbre

This commit is contained in:
fjrodriguez
2023-04-04 12:43:50 -06:00
parent 763d4a48d5
commit 0fba7e8358
4 changed files with 65 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ from django.views.generic.edit import CreateView
from rest_framework.authentication import TokenAuthentication
from rest_framework.decorators import authentication_classes,api_view,permission_classes
from rest_framework.exceptions import AuthenticationFailed
from rest_framework.permissions import IsAuthenticated
from rest_framework.views import APIView
from rest_framework.response import Response