1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c805d178-05c3-11f0-a611-569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c805d178-05c3-11f0-a611-569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--c814a23405c311f0a611569c3dd06744.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--f8c51cd405db11f0b6fc569c3dd06744.web.val.run"), {
4 method: req.method,
5 headers: req.headers,
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--f8c51cd405db11f0b6fc569c3dd06744.web.val.run"), {
4 method: req.method,
5 headers: req.headers,
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://charmaine--f8c51cd405db11f0b6fc569c3dd06744.web.val.run"), {
4 method: req.method,
5 headers: req.headers,
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://sdfsdfhi--charmaine.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://sdfsdfhi--charmaine.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,
1export default async function(req: Request): Promise<Response> {
2 const url = new URL(req.url);
3 return fetch(new URL(url.pathname + url.search, "https://sdfsdfhi--charmaine.web.val.run/"), {
4 method: req.method,
5 headers: req.headers,
1export default async function(req: Request): Promise<Response> {
2 const response = await fetch("https://api.thecatapi.com/v1/images/search");
3 const [catData] = await response.json();
4 return Response.json({ url: catData.url });