We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a13cf2 commit dda0288Copy full SHA for dda0288
1 file changed
server/projects/main/apps/authen/api_urls/v1.py
@@ -19,5 +19,5 @@
19
# 前缀/api/authen/
20
urlpatterns = [
21
path("urlauth/", v1.ProxyServerAuthenticationAPIView.as_view(), name="apiv1_authen_urlauth"),
22
- path("scmallaccounts/", v3.ScmAllAcountListApiView.as_view.as_view(), name="apiv1_all_scm_accounts"),
+ path("scmallaccounts/", v3.ScmAllAcountListApiView.as_view(), name="apiv1_all_scm_accounts"),
23
]
0 commit comments