群智熵分析报表接口调整到项目动态接口

This commit is contained in:
2023-02-28 09:26:45 +08:00
parent 46da5a0d84
commit 558d720203
3 changed files with 6 additions and 6 deletions

View File

@@ -3,6 +3,6 @@ class Api::V1::Projects::CodeStatsController < Api::V1::BaseController
def index
@result_object = Api::V1::Projects::CodeStats::ListService.call(@project, {ref: params[:ref]}, current_user&.gitea_token)
puts @result_object
# puts @result_object
end
end