mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-06 05:55:42 +00:00
refactor: Update project settings, URL configurations, client views, and remove requirements.txt.
This commit is contained in:
5
gestaoRaul/login/api_views.py
Normal file
5
gestaoRaul/login/api_views.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from rest_framework_simplejwt.views import TokenObtainPairView
|
||||
from .serializers import MyTokenObtainPairSerializer
|
||||
|
||||
class MyTokenObtainPairView(TokenObtainPairView):
|
||||
serializer_class = MyTokenObtainPairSerializer
|
||||
Reference in New Issue
Block a user