We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846d7fc commit 35aa5cbCopy full SHA for 35aa5cb
1 file changed
src/helpers/serverModuleHelpers.js
@@ -33,7 +33,7 @@ const NetlifyServerTsAppEngineCommonContent = /* typescript */ `export async fun
33
34
// Example API endpoints can be defined here.
35
// Uncomment and define endpoints as necessary.
36
- // const pathname = new URL(request.url.pathname)
+ // const pathname = new URL(request.url).pathname
37
// if (pathname === '/api/hello') {
38
// return Response.json({ message: 'Hello from the API' });
39
// }
0 commit comments