Skip to content

Instantly share code, notes, and snippets.

@lmzxtek
Created June 24, 2023 03:31
Show Gist options
  • Select an option

  • Save lmzxtek/a4ea335be2f2a4e7be177e8cf5db9950 to your computer and use it in GitHub Desktop.

Select an option

Save lmzxtek/a4ea335be2f2a4e7be177e8cf5db9950 to your computer and use it in GitHub Desktop.
export default {
async fetch(request, env) {
const url = new URL(request.url);
url.host = 'ai.fakeopen.com';
return fetch(new Request(url, request))
}
}
@lmzxtek
Copy link
Author

lmzxtek commented Jun 24, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment