Skip to content

Commit 575b586

Browse files
committed
Remove comment
1 parent 86bc12d commit 575b586

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

procollab/urls.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
path("api/token/", TokenObtainPairView.as_view(), name="token_obtain_pair"),
5151
path("api/token/refresh/", TokenRefreshView.as_view(), name="token_refresh"),
5252
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-
# ),
5753
path("", include("metrics.urls", namespace="metrics")),
5854
]
5955

0 commit comments

Comments
 (0)