Skip to content

Commit

Permalink
Update versions API endpoint, export DetailList
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Tomasek committed Jun 25, 2020
1 parent 1ad4390 commit cdbab8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/versions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AxiosPromise } from 'axios';
import { client } from './axiosClient';

export const getVersions = (): AxiosPromise => client.get('/versions');
export const getVersions = (): AxiosPromise => client.get('/component_versions');
1 change: 1 addition & 0 deletions src/components/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from './utils';
export * from './formik';
export * from './Toolbar';
export * from './Alerts';
export * from './DetailList';

export { default as PageSection } from './PageSection';
export { default as ExternalLink } from './ExternalLink';

0 comments on commit cdbab8e

Please sign in to comment.