Merge pull request #1579 from loredanacirstea/pipeline-plugin-https

Use https for Pipeline plugin
pull/1/head
yann300 6 years ago committed by GitHub
commit 29fdb1086b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/plugin/plugins.js

@ -26,7 +26,7 @@ module.exports = {
title: 'Slither/Mythril'
},
'pipeline': {
url: 'http://pipeline.pipeos.one',
url: 'https://pipeline.pipeos.one',
title: 'Pipeline'
}
/*

Loading…
Cancel
Save