Skip to content

Commit 7a4d513

Browse files
committed
테스트 코드 삭제
1 parent 2cfbc2f commit 7a4d513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .views import IdLogin, Logout
66

7-
from .views import login_api, login_api_test, logout_api
7+
from .views import login_api, logout_api
88

99
urlpatterns = [
1010
path("auth/", include("dj_rest_auth.urls")),

0 commit comments

Comments
 (0)