Skip to content

Commit 35aa5cb

Browse files
committed
fix typo
1 parent 846d7fc commit 35aa5cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/serverModuleHelpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const NetlifyServerTsAppEngineCommonContent = /* typescript */ `export async fun
3333
3434
// Example API endpoints can be defined here.
3535
// Uncomment and define endpoints as necessary.
36-
// const pathname = new URL(request.url.pathname)
36+
// const pathname = new URL(request.url).pathname
3737
// if (pathname === '/api/hello') {
3838
// return Response.json({ message: 'Hello from the API' });
3939
// }

0 commit comments

Comments
 (0)