url correction
Some checks failed
DEV-234/pipeline/head There was a failure building this commit

This commit is contained in:
greenamber676 2025-01-20 20:41:17 -05:00
parent 15dd9dfd60
commit c03d676112

View File

@ -7,4 +7,4 @@ urlpatterns = [
path('api/register/', UserRegistrationView.as_view(), name='welcome'), path('api/register/', UserRegistrationView.as_view(), name='welcome'),
path('api/token/', TokenObtainPairView.as_view(), name='token_obtain_pair'), path('api/token/', TokenObtainPairView.as_view(), name='token_obtain_pair'),
path('api/token/refresh', TokenRefreshView.as_view(), name='token_fresh'), path('api/token/refresh', TokenRefreshView.as_view(), name='token_fresh'),
] ]