frontend/functions/helloworld.js
2023-09-16 12:25:36 -04:00

3 lines
81 B
JavaScript

export function onRequest(context) {
return new Response("Hello, world!")
}