diff --git a/server/projects/main/apps/authen/api_urls/v1.py b/server/projects/main/apps/authen/api_urls/v1.py index db54843b5..da0dd962a 100644 --- a/server/projects/main/apps/authen/api_urls/v1.py +++ b/server/projects/main/apps/authen/api_urls/v1.py @@ -19,5 +19,5 @@ # 前缀/api/authen/ urlpatterns = [ path("urlauth/", v1.ProxyServerAuthenticationAPIView.as_view(), name="apiv1_authen_urlauth"), - path("scmallaccounts/", v3.ScmAllAcountListApiView.as_view.as_view(), name="apiv1_all_scm_accounts"), + path("scmallaccounts/", v3.ScmAllAcountListApiView.as_view(), name="apiv1_all_scm_accounts"), ]