Add: serialization for LogoutView

This commit is contained in:
Aroy-Art 2025-02-10 09:32:34 +01:00
parent cb5ec0fcbe
commit 141e08f0f4
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from rest_framework import serializers
class LogoutSerializer(serializers.Serializer):
refresh = serializers.CharField()