ソースを参照

Removed test mail URL

master
kj1352 3年前
コミット
b457245087
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      workx_backend/urls.py

+ 1
- 2
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'))
])),
]