1
0
This commit is contained in:
2023-02-02 18:51:12 +01:00
parent bf41e2c193
commit b48e5c2333

View File

@@ -302,9 +302,9 @@ const router = new Router<Env>()
/// Example Route /// Example Route
// //
// router.get(/'hi', async () => { // router.get('/hi', async () => {
// return new Response('Hello World') // return new Response('Hello World')
//} //})
/// Example Route for splitting into multiple files /// Example Route for splitting into multiple files
@@ -338,9 +338,9 @@ const router = new Router()
/// Example Route /// Example Route
// //
// router.get(/'hi', async () => { // router.get('/hi', async () => {
// return new Response('Hello World') // return new Response('Hello World')
//} //})
/// Example Route for splitting into multiple files /// Example Route for splitting into multiple files
// //