Created
September 29, 2022 14:27
-
-
Save nathanclevenger/28a6b4bfde485b704a2fcc9b6c874e79 to your computer and use it in GitHub Desktop.
Example for https://gist.do
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 { apis, json } from 'https://pkg.do/apis.do' | |
export default { | |
fetch: () => json({apis}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment