Last active
August 28, 2022 15:10
-
-
Save nathanclevenger/84beba95b58d52c4699005f8b692d439 to your computer and use it in GitHub Desktop.
hello
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 graphdl from 'https://pkg.do/[email protected]' | |
export default { | |
fetch: (req, env, ctx) => { | |
return new Response(JSON.stringify({hello: 123}, { headers: { 'content-type': 'application/json' }}) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cloudformed