Skip to content

Commit

Permalink
Change the tekton hub api endpoint to use v1 api
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikjeeyar committed Mar 14, 2022
1 parent 64bbd83 commit 39e9da2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 39e9da2

Please sign in to comment.