John Ko
Results
1
issues of
John Ko
# 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 ``` base: "/api/v1" ``` `npm...