Skip to content

Commit

Permalink
KPMP-4674: Update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy committed Oct 23, 2023
1 parent 0e8960b commit 80d6780
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/exclude/true')
return api.get('/api/v1/packages?shouldExclude=true')
.then(res => {
return res.data
})
Expand Down

0 comments on commit 80d6780

Please sign in to comment.