Last active
December 12, 2022 14:39
-
-
Save nathanclevenger/f4f8553504167a374e4e739aa3d1b71d to your computer and use it in GitHub Desktop.
CF Header
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