接口返回license_id

This commit is contained in:
feng 2025-03-11 10:44:04 +08:00
parent 992a59a5d4
commit 9c54db070e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ json.projects @rand_projects do |project|
json.is_public project.is_public
json.is_secret project.is_secret
json.license_name project.license&.name
json.license_id project.license_id
json.mirror_url project.repository&.mirror_url
json.type project&.numerical_for_project_type
json.last_update_time render_unix_time(project.updated_on)