We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bc12d commit 575b586Copy full SHA for 575b586
1 file changed
procollab/urls.py
@@ -50,10 +50,6 @@
50
path("api/token/", TokenObtainPairView.as_view(), name="token_obtain_pair"),
51
path("api/token/refresh/", TokenRefreshView.as_view(), name="token_refresh"),
52
path("api/token/verify/", TokenVerifyView.as_view(), name="token_verify"),
53
- # path(
54
- # "reset_password/",
55
- # include("django_rest_passwordreset.urls", namespace="password_reset"),
56
- # ),
57
path("", include("metrics.urls", namespace="metrics")),
58
]
59
0 commit comments