Skip to content

Commit

Permalink
feat(2448): Added deeplink to swagger (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
deshmukhmayur authored Jan 18, 2023
2 parents 86fc06b + a619564 commit 58a1755
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/api-catalog-spa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/api-catalog-spa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "api-catalog-spa",
"private": true,
"version": "1.0.11",
"version": "1.0.12",
"scripts": {
"dev": "vite",
"build": "NODE_OPTIONS=--max-old-space-size=4096 tsc --noEmit && vite build",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const SwaggerToolboxPage = (): JSX.Element => {
);
}

return <SwaggerUI spec={schemaFile} tryItOutEnabled />;
return <SwaggerUI spec={schemaFile} tryItOutEnabled deepLinking />;
};

export default SwaggerToolboxPage;

0 comments on commit 58a1755

Please sign in to comment.