```js export default { fetch(request, env, context) { const response = await fetch('https://cl

export default {
fetch(request, env, context) {
const response = await fetch('https://cloudflare.com');
return response;
},
};
export default {
fetch(request, env, context) {
const response = await fetch('https://cloudflare.com');
return response;
},
};
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?