Skip to content

Commit dda0288

Browse files
committed
🐛 调整scmallaccounts接口代码
1 parent 8a13cf2 commit dda0288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • server/projects/main/apps/authen/api_urls

server/projects/main/apps/authen/api_urls/v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
# 前缀/api/authen/
2020
urlpatterns = [
2121
path("urlauth/", v1.ProxyServerAuthenticationAPIView.as_view(), name="apiv1_authen_urlauth"),
22-
path("scmallaccounts/", v3.ScmAllAcountListApiView.as_view.as_view(), name="apiv1_all_scm_accounts"),
22+
path("scmallaccounts/", v3.ScmAllAcountListApiView.as_view(), name="apiv1_all_scm_accounts"),
2323
]

0 commit comments

Comments
 (0)