Skip to content

Commit

Permalink
Fix: Add domain-specific endpoints from NHI
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Apr 5, 2024
1 parent b5ccf9b commit 234f8b7
Show file tree
Hide file tree
Showing 2 changed files with 1,773 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/domain.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Domain() {
script.async = false;
script.onload = function () {
window.ui = SwaggerUIBundle({
url: '/openapi/datamarketplace.yaml',
url: '/openapi/domainSpecific.yaml',
dom_id: '#swagger-ui',
});
};
Expand Down
Loading

0 comments on commit 234f8b7

Please sign in to comment.