Skip to content

Instantly share code, notes, and snippets.

@nathanclevenger
Last active October 17, 2022 13:09
Show Gist options
  • Save nathanclevenger/8e5ec662cab8b6ab69ab72f481a0c3c3 to your computer and use it in GitHub Desktop.
Save nathanclevenger/8e5ec662cab8b6ab69ab72f481a0c3c3 to your computer and use it in GitHub Desktop.
API experiments
import { json } from 'https://pkg.do/itty-router-extras'
export default {
fetch: req => json({hello: 'Ceru'})
}
@nathanclevenger
Copy link
Author

nathanclevenger commented Oct 1, 2022

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