Skip to content

Commit ad5c16b

Browse files
chore: update redirect links (#410)
Co-authored-by: MoLow <[email protected]>
1 parent c6131c2 commit ad5c16b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export function registerRoutes(router: Router): void {
1414
const cachedR2Middleware = cached(r2Middleware);
1515
const originMiddleware = new OriginMiddleware();
1616

17-
const corepackRedirectMiddleware = new RedirectionMiddleware('https://github.com/nodejs/corepack#readme');
17+
const corepackRedirectMiddleware = new RedirectionMiddleware(
18+
'https://github.com/nodejs/corepack#readme'
19+
);
1820

1921
router.options('*', [new OptionsMiddleware()]);
2022

0 commit comments

Comments
 (0)