mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
Merge pull request '项目搜索标签相关' (#42) from yystopf/forgeplus:hh_project_topic into develop
This commit is contained in:
4
app/views/api/v1/project_topics/index.json.jbuilder
Normal file
4
app/views/api/v1/project_topics/index.json.jbuilder
Normal file
@@ -0,0 +1,4 @@
|
||||
json.total_count @project_topics.total_count
|
||||
json.project_topics @project_topics.each do |topic|
|
||||
json.(topic, :id, :name, :projects_count)
|
||||
end
|
||||
Reference in New Issue
Block a user