Skip to content

Commit 06ee274

Browse files
committed
again
1 parent db7e759 commit 06ee274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serie_fibonacci/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ def get(self, request):
2929
send_mail(subject, message, None, to_email)
3030
except Exception as e:
3131
Response({'error': str(e)})
32-
return Response({'message': f'Correo enviado con Exito'}, status=status.HTTP_200_OK)
32+
return Response({'message': f'Correo enviado'}, status=status.HTTP_200_OK)
3333
# Create your views here.

0 commit comments

Comments
 (0)