Skip to content

Commit

Permalink
Merge pull request #55 from denoland/initial_redirects
Browse files Browse the repository at this point in the history
remove spurrious function call
  • Loading branch information
kwhinnery authored Sep 15, 2023
2 parents 78361eb + d4e3325 commit 31684a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src-deno/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ export default function configureRedirects(app: Hono) {

r("/runtime/manual/linkingtoexternal_code", "/runtime/manual/basics/modules");

r("");

app.get(
"/runtime/manual/node/how_to_with_npm",
(c) => c.redirect("/runtime/tutorials"),
Expand Down

0 comments on commit 31684a9

Please sign in to comment.