Remove: old logout auth api view

This commit is contained in:
Aroy-Art 2025-06-30 15:59:04 +02:00
parent dded1ecabc
commit 828c46b27c
Signed by: Aroy
GPG key ID: DB9689E9391DD156
3 changed files with 0 additions and 29 deletions

View file

@ -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"),