feat(API): change to jwt authentication.
This commit is contained in:
6
tienda_ilusion/users/urls.py
Normal file
6
tienda_ilusion/users/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
from .views import CurrentUserView
|
||||
|
||||
urlpatterns = [
|
||||
path('me/', CurrentUserView.as_view(), name='current-user'),
|
||||
]
|
||||
Reference in New Issue
Block a user