This commit is contained in:
呱呱呱 2025-09-16 11:49:57 +08:00
parent 28fc6dc3f1
commit f65011282b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Api::V1::Projects::Sca::ShowProjectService < Api::V1::Projects::Sca::Base
#projects/18748/list-branches/?branch_name_query=&page=1&limit=5
result = {
"url": domain_url + "/org/#{sca_user_info["default_org"]}/projects/#{@project.sca_project_id}?engine=sca" ,
"domain": domain
"domain": domain_url
}
[login_token,result]
end