Created
August 3, 2022 11:36
-
-
Save nathanclevenger/dbc4cf14ee3aab26e3faa737306d9531 to your computer and use it in GitHub Desktop.
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
export default { | |
'/': () => { hello: 'world' }, | |
'/:collection': ({collection}) => { collection }, | |
'/:collection/:id': ({collection,id}) => { collection, id }, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment