Skip to content

Commit

Permalink
Merge pull request #379 from KPMP/KPMP-4674_SuppressEMImages
Browse files Browse the repository at this point in the history
KPMP-4674: Change endpoint to exclude pacakge types
  • Loading branch information
zwright authored Oct 25, 2023
2 parents 5bbe4a7 + 80d6780 commit 3670a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/Packages/packageActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getDTDByVersion } from '../dtdActions';
const api = Api.getInstance();

export const getPackagesStateless = () => {
return api.get('/api/v1/packages')
return api.get('/api/v1/packages?shouldExclude=true')
.then(res => {
return res.data
})
Expand Down

0 comments on commit 3670a89

Please sign in to comment.