We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7e759 commit 06ee274Copy full SHA for 06ee274
serie_fibonacci/views.py
@@ -29,5 +29,5 @@ def get(self, request):
29
send_mail(subject, message, None, to_email)
30
except Exception as e:
31
Response({'error': str(e)})
32
- return Response({'message': f'Correo enviado con Exito'}, status=status.HTTP_200_OK)
+ return Response({'message': f'Correo enviado'}, status=status.HTTP_200_OK)
33
# Create your views here.
0 commit comments