You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/07/25 08:52:25 UTC

[incubator-devlake] branch main updated: fix: plugins endpoint url miss /

This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f0e497e fix: plugins endpoint url miss /
5f0e497e is described below

commit 5f0e497eba5db0d8fe59401aba9dbd8db0c5a466
Author: abeizn <zi...@merico.dev>
AuthorDate: Mon Jul 25 16:38:12 2022 +0800

    fix: plugins endpoint url miss /
---
 config-ui/src/data/Providers.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config-ui/src/data/Providers.js b/config-ui/src/data/Providers.js
index cf7b0f3c..e7db3131 100644
--- a/config-ui/src/data/Providers.js
+++ b/config-ui/src/data/Providers.js
@@ -167,7 +167,7 @@ const ProviderFormPlaceholders = {
   },
   gitlab: {
     name: 'eg. GitLab',
-    endpoint: 'eg. https://gitlab.com/api/v4',
+    endpoint: 'eg. https://gitlab.com/api/v4/',
     proxy: 'eg. http://proxy.localhost:8080',
     token: 'eg. ff9d1ad0e5c04f1f98fa',
     username: 'Enter Username / E-mail',
@@ -175,7 +175,7 @@ const ProviderFormPlaceholders = {
   },
   jenkins: {
     name: 'eg. Jenkins',
-    endpoint: 'URL eg. https://api.jenkins.io',
+    endpoint: 'URL eg. https://api.jenkins.io/',
     proxy: 'eg. http://proxy.localhost:8080',
     token: 'eg. 6b057ffe68464c93a057',
     username: 'eg. admin',
@@ -191,7 +191,7 @@ const ProviderFormPlaceholders = {
   },
   github: {
     name: 'eg. GitHub',
-    endpoint: 'eg. https://api.github.com',
+    endpoint: 'eg. https://api.github.com/',
     proxy: 'eg. http://proxy.localhost:8080',
     token: 'eg. 4c5cbdb62c165e2b3d18, 40008ebccff9837bb8d2',
     username: 'eg. admin',