Skip to content

Commit fce78c7

Browse files
committed
Update feature links
1 parent 2d48820 commit fce78c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MyApp.Client/src/components/FeatureLinks.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ export default () => {
1818
<div className="pb-6">
1919
<TextLink href="/ui" className={navClass("/ui")}>API Explorer</TextLink>
2020
</div>
21+
<div className="pb-6">
22+
<TextLink href="/admin-ui" className={navClass("/admin-ui")}>Admin UI</TextLink>
23+
</div>
2124
<div className="pb-6">
2225
<TextLink href="/about" className={navClass("/about")}>About</TextLink>
2326
</div>

MyApp.Client/src/lib/gateway.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const serverRoutePaths = [
1010
'/chat',
1111
'/admin-ui',
1212
'/swagger',
13+
'/scalar',
1314
]
1415

1516
export function isServerRoute(path:string) {

0 commit comments

Comments
 (0)