locky преди 2 години
родител
ревизия
8fb8d7aae1
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      Ansjer/urls.py

+ 3 - 3
Ansjer/urls.py

@@ -126,9 +126,9 @@ urlpatterns = [
     re_path('account/delete', UserController.deleteAccount),
     re_path('user/confirmRegion', UserController.confirmRegion),
     re_path('account/loginCode', UserController.loginCodeView.as_view()),
-    re_path('v3/account/loginByCode', UserController.v3LoginByCodeView.as_view()),
-    re_path('v3/account/loginByFingerprint', UserController.v3LoginByFingerprintView.as_view()),
-    re_path('v3/account/setFingerprint', UserController.v3SetFingerprintView.as_view()),
+    re_path('v3/account/loginByCode$', UserController.v3LoginByCodeView.as_view()),
+    re_path('v3/account/loginByFingerprint$', UserController.v3LoginByFingerprintView.as_view()),
+    re_path('v3/account/setFingerprint$', UserController.v3SetFingerprintView.as_view()),
     re_path('detect/(?P<operation>.*)', DetectController.DetectControllerView.as_view()),
     re_path('detectV2/(?P<operation>.*)', DetectControllerV2.DetectControllerViewV2.as_view()),
     re_path('cloudVod/(?P<operation>.*)', CloudVod.CloudVodView.as_view()),