Remove: old logout auth api view
This commit is contained in:
parent
dded1ecabc
commit
828c46b27c
3 changed files with 0 additions and 29 deletions
|
@ -6,10 +6,7 @@ from rest_framework_simplejwt.views import (
|
|||
TokenBlacklistView,
|
||||
)
|
||||
|
||||
from api.authentication.views import LogoutView
|
||||
|
||||
urlpatterns = [
|
||||
path("logout/", LogoutView.as_view(), name="logout"),
|
||||
path("token/", TokenObtainPairView.as_view(), name="token_obtain_pair"),
|
||||
path("token/refresh/", TokenRefreshView.as_view(), name="token_refresh"),
|
||||
path("token/blacklist/", TokenBlacklistView.as_view(), name="token_blacklist"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue