Browse Source

fixed 群智熵汇聚

pull/347/head
xxq250 1 year ago
parent
commit
2be14cf87c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/helpers/projects_helper.rb

+ 1
- 1
app/helpers/projects_helper.rb View File

@@ -154,7 +154,7 @@ 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 'openharmony' then "#{url}/api/openharmony/entropy"
when 'openeuler' then "#{url}/api/openeuler/entropy"
when 'xiuos' then "#{url}/api/xiuos/entropy"
else ''


Loading…
Cancel
Save