mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
export function onRequest(context) {
|
|
return new Response("Hello, world!")
|
|
} |