add: project members api and update forks api

This commit is contained in:
2021-10-22 14:34:08 +08:00
parent 1a449d1dc6
commit eb18a1e7aa
3 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
json.total_count @users.total_count
json.users do
json.partial! 'users/user_small', users: @users
end