Skip to content

Instantly share code, notes, and snippets.

@nathanclevenger
Created October 1, 2022 15:56
Show Gist options
  • Save nathanclevenger/23fce9aa8d50a2e6caaf6aafd705cbb1 to your computer and use it in GitHub Desktop.
Save nathanclevenger/23fce9aa8d50a2e6caaf6aafd705cbb1 to your computer and use it in GitHub Desktop.
req
import { json } from 'https://pkg.do/itty-router-extras'
export default {
fetch: req => json({req})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment