Created
October 1, 2022 15:56
-
-
Save nathanclevenger/23fce9aa8d50a2e6caaf6aafd705cbb1 to your computer and use it in GitHub Desktop.
req
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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