Explorar el Código

Removed test mail URL

master
kj1352 hace 3 años
padre
commit
b457245087
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      workx_backend/urls.py

+ 1
- 2
workx_backend/urls.py Ver fichero

@@ -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'))
])),
]