Add: include user app urls
This commit is contained in:
parent
a751e4a3e5
commit
2efe7f9b24
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ from rest_framework_simplejwt.views import (
|
|||
)
|
||||
|
||||
urlpatterns = [
|
||||
path("api/user/", include("api.user.urls")),
|
||||
path("api/token/", TokenObtainPairView.as_view(), name="token_obtain_pair"),
|
||||
path("api/token/refresh/", TokenRefreshView.as_view(), name="token_refresh"),
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue