Skip to content

Commit

Permalink
Merge pull request #1233 from hubmapconsortium/selectAllGroups
Browse files Browse the repository at this point in the history
Changes allGroups to data-provider-groups
  • Loading branch information
yuanzhou authored Sep 26, 2023
2 parents a4df09e + a90bf69 commit 53f059f
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 53f059f

Please sign in to comment.