Last active
October 17, 2022 13:09
-
-
Save nathanclevenger/8e5ec662cab8b6ab69ab72f481a0c3c3 to your computer and use it in GitHub Desktop.
API experiments
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({hello: 'Ceru'}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://api-experiments-nathanclevenger.workers.do (Rebuild)