Skip to content

Instantly share code, notes, and snippets.

@nathanclevenger
Last active March 30, 2023 17:19
Show Gist options
  • Save nathanclevenger/f111a36caa01f72e17c59c198434e87c to your computer and use it in GitHub Desktop.
Save nathanclevenger/f111a36caa01f72e17c59c198434e87c to your computer and use it in GitHub Desktop.
matthew
import { json } from 'https://pkg.do/itty-router-extras'
export default {
fetch: req => json({ hello: 'Matthew', from: req.cf.city })
}
@nathanclevenger
Copy link
Author

@chat-gpt-do how are you doing?

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