Skip to content

Commit

Permalink
Correct route for hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlee85 committed Sep 26, 2023
1 parent 2b6e55e commit 274bfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v7-edge-functions/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default new Router()
.match('/', {
edge_function: './functions/general/sample-html-page.js',
})
.match('/example/hello-world.js', {
.match('/example/hello-world', {
edge_function: './functions/edge-function.js',
})
.match('/example/generate.json', {
Expand Down

0 comments on commit 274bfa6

Please sign in to comment.