新增:项目搜索标签可在项目设置接口更改

This commit is contained in:
2023-04-06 14:23:07 +08:00
parent b336a1f334
commit 1f7a1ce73d
3 changed files with 10 additions and 1 deletions

View File

@@ -50,3 +50,6 @@ json.language do
json.name project.project_language.name
end
end
json.topics project.project_topics.each do |topic|
json.(topic, :id, :name)
end