Skip to content

Commit 9b6d83b

Browse files
rename function (vercel#269)
1 parent 112cce6 commit 9b6d83b

File tree

1 file changed

+1
-1
lines changed
  • build-output-api/edge-functions/.vercel/output/functions/index.func

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export default function middleware(request, event) {
1+
export default function index(request, event) {
22
return new Response(`Hello, from the Edge!`)
33
}

0 commit comments

Comments
 (0)