瀏覽代碼

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