Skip to content

Commit a405eab

Browse files
authored
remove route that isn't reached in cloudflare code (#339)
1 parent 71b30ce commit a405eab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

advanced/subpath/cloudflare.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ async function handleRequest(request) {
7777
// if no action found, play the regular request
7878
return await fetch(request);
7979
}
80-
81-
return await fetch(request);
8280
}
8381
```
8482

0 commit comments

Comments
 (0)