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 b209dc8 commit 93cfdf4Copy full SHA for 93cfdf4
templates/http-js/content/src/index.js.tmpl
@@ -31,7 +31,7 @@ let router = AutoRouter();
31
// Any route that does not return will be treated as a middleware
32
// Any unmatched route will return a 404
33
router
34
- .get("/", () => new Response("hello universe"))
+ .get("/", () => new Response("Hello, Spin!"))
35
.get('/hello/:name', ({ name }) => `Hello, ${name}!`)
36
37
addEventListener('fetch', (event) => {
0 commit comments