Skip to content

Commit

Permalink
Update endpoint in mock server (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Bradford <[email protected]>
  • Loading branch information
mb666712 and Mike Bradford authored May 11, 2021
1 parent 66ee976 commit f2dc941
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions packages/healthcare/src/applications/ApplicationDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,6 @@ export const ApplicationDetails = ({ record }) => {
labelClasses={contentClasses}
/>
</Grid>
{record.keySecret && (
<Grid item>
<ApplicationKeySecret
id={record.id}
record={record}
labelClasses={contentClasses}
/>
</Grid>
)}
<Grid item>
<ApplicationApisList apis={apiIds} />
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion packages/layer7-apihub-mock/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export const startApiHubMockedServer = async (
);

this.get(
`${urlPrefix}admin/api-management/internal/OrganizationApiGroups`,
`${urlPrefix}api/apim/api-management/internal/OrganizationApiGroups`,
listApiGroups(database),
options
);
Expand Down

0 comments on commit f2dc941

Please sign in to comment.