steps to reproduce
npm create cloudflare@latest -- my-first-worker
-> Application starter
-> API starter
...
cd my-first-worker
edit src/index.ts and add to fromHono options
npm run dev
curl 'http://localhost:8787/api/v1/api/tasks?page=1' -> 404
curl 'http://localhost:8787/api/tasks?page=1 -> 200