diff --git a/workx_backend/urls.py b/workx_backend/urls.py index f6a4149..1681259 100644 --- a/workx_backend/urls.py +++ b/workx_backend/urls.py @@ -28,7 +28,6 @@ urlpatterns = [ path('redoc/', schema_view.with_ui('redoc', cache_timeout=0), name='schema-redoc'), path('admin/', admin.site.urls), path('api/', include(router.urls)), - path('', include('drfpasswordless.urls')), - path('test-mail/', test_mail) + path('', include('drfpasswordless.urls')) ])), ]