Skip to content

Commit 3c5946d

Browse files
committed
Adds path for admin route
1 parent 0726620 commit 3c5946d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/webapp/app/utils/pathBuilder.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,3 +430,7 @@ export function docsPath(path: string) {
430430
export function docsTroubleshootingPath(path: string) {
431431
return `${docsRoot()}/v3/troubleshooting`;
432432
}
433+
434+
export function adminPath() {
435+
return `/@`;
436+
}

0 commit comments

Comments
 (0)