feat: 添加ApplicationUserList API

This commit is contained in:
Bai
2021-05-24 19:11:47 +08:00
parent 33fb063f78
commit 6b46f5b48e
3 changed files with 39 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ router.register(r'applications', api.ApplicationViewSet, 'application')
urlpatterns = [
path('remote-apps/<uuid:pk>/connection-info/', api.RemoteAppConnectionInfoApi.as_view(), name='remote-app-connection-info'),
path('application-users/', api.ApplicationUserListApi.as_view(), name='application-user')
]