Skip to content

Commit

Permalink
Changes allGroups to data-provider-groups
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdMachine committed Sep 25, 2023
1 parent 9f9dd15 commit a90bf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/service/ingest_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function ingest_api_all_groups(auth) {

return axios
.get(
`${process.env.REACT_APP_METADATA_API_URL}/metadata/allgroups`, options)
`${process.env.REACT_APP_METADATA_API_URL}/metadata/data-provider-groups`, options)
.then(res => {
const group_list = res.data.groups;
return {status: res.status, results: group_list}
Expand Down

0 comments on commit a90bf69

Please sign in to comment.