Skip to content

Commit

Permalink
Merge pull request #11179 from karthikjeeyar/fix-tekton-hub-endpoint
Browse files Browse the repository at this point in the history
Bug 2063897: Change the tekton hub api endpoint to use v1 api
  • Loading branch information
openshift-merge-robot committed Mar 16, 2022
2 parents 36733c2 + 39e9da2 commit 74d4a1b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,3 +1,3 @@
export const TEKTON_HUB_API_ENDPOINT = 'https://api.hub.tekton.dev';
export const TEKTON_HUB_API_ENDPOINT = 'https://api.hub.tekton.dev/v1';
export const TEKTON_HUB_ENDPOINT = `https://hub.tekton.dev`;
export const TEKTON_HUB_INTEGRATION_KEY = 'enable-devconsole-integration';

0 comments on commit 74d4a1b

Please sign in to comment.