Skip to content

Commit

Permalink
fixup! fix: externalPluginRegistries attribute from CR
Browse files Browse the repository at this point in the history
  • Loading branch information
olexii4 committed Oct 16, 2023
1 parent 902bbb3 commit ef6ae23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const actionCreators: ActionCreators = {
}
const response = await axiosInstance.request<che.Plugin[]>({
method: 'GET',
url: `${registryUrl}/plugins/`,
url: `${registryUrl}/plugins/index.json`,
});
const plugins = response.data;

Expand Down

0 comments on commit ef6ae23

Please sign in to comment.