Skip to content

Commit 5cafda5

Browse files
hrishikesh-kpieh
andauthored
Update README.md
Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
1 parent 285d979 commit 5cafda5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export async function netlifyAppEngineHandler(request: Request): Promise<Respons
127127

128128
// Example API endpoints can be defined here.
129129
// Uncomment and define endpoints as necessary.
130-
// const pathname = new URL(request.url.pathname)
130+
// const pathname = new URL(request.url).pathname
131131
// if (pathname === '/api/hello') {
132132
// return Response.json({ message: 'Hello from the API' });
133133
// }

0 commit comments

Comments
 (0)