mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
新增:发布人和状态接口
This commit is contained in:
4
app/views/api/v1/issues/authors/index.json.jbuilder
Normal file
4
app/views/api/v1/issues/authors/index.json.jbuilder
Normal file
@@ -0,0 +1,4 @@
|
||||
json.total_count @authors.total_count
|
||||
json.authors @authors.each do |author|
|
||||
json.partial! 'api/v1/users/simple_user', locals: { user: author}
|
||||
end
|
||||
Reference in New Issue
Block a user