Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersayshi committed Mar 8, 2025
1 parent 2fd6f3b commit a50f8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/21_create-pages/src/entries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const pages = createPages(
}),

createApi({
path: '/api',
path: '/api/hi',
render: 'dynamic',
handlers: {
GET: async (req) => {
Expand Down

0 comments on commit a50f8bd

Please sign in to comment.