|
@@ -116,6 +116,7 @@ urlpatterns = [
|
|
|
# 重置密码验证码校验
|
|
|
url(r'^v2/authcode/verify$', UserController.verifyAuthcode.as_view()),
|
|
|
url(r'^v2/account/logout$', UserController.V2LogoutView.as_view()),
|
|
|
+ url(r'^v2/account/login$', UserController.v3LoginView.as_view()),
|
|
|
url(r'^v3/account/login$', UserController.v3LoginView.as_view()),
|
|
|
# 新增
|
|
|
url(r'^detect/detect_group_push$',DetectController.NotificationView.detect_group_push),
|
|
@@ -202,8 +203,7 @@ urlpatterns = [
|
|
|
# url(r'^(?P<path>.*)/(?P<UID>.*)/lls$', Test.Test.as_view(), name=u'gg'),
|
|
|
#testing....................
|
|
|
re_path('(?P<path>.*)', LogManager.errorPath),
|
|
|
- # test.....
|
|
|
- # 111111111
|
|
|
+
|
|
|
|
|
|
|
|
|
]
|