소스 검색

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