Browse Source

fixed 群智熵汇聚

pull/346/head
xxq250 1 year ago
parent
commit
cfcc0d8d0a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/helpers/projects_helper.rb

+ 3
- 0
app/helpers/projects_helper.rb View File

@@ -154,6 +154,9 @@ module ProjectsHelper
when 'kernel' then "#{url}/v1/openeuler/entropy"
when 'opengauss-server' then "#{url}/v1/opengauss/entropy"
when 'mindspore' then "#{url}/v1/mindspore/entropy"
when 'openharmony' then "#{url}/api/openharmony/ntropy"
when 'openeuler' then "#{url}/api/openeuler/entropy"
when 'xiuos' then "#{url}/api/xiuos/entropy"
else ''
end
end


Loading…
Cancel
Save