maxm-jameswebbimageproxy.web.val.run
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
export default async function(req: Request) {
const body = (await fetch("https://live.staticflickr.com/65535/53782948438_9b85e57a6c_o_d.png")).body
return new Response(body, {headers: {"Content-Type": "image/png"}});
}
v3
June 12, 2024