Skip to content

Instantly share code, notes, and snippets.

@nathanclevenger
Created August 3, 2022 11:36
Show Gist options
  • Save nathanclevenger/dbc4cf14ee3aab26e3faa737306d9531 to your computer and use it in GitHub Desktop.
Save nathanclevenger/dbc4cf14ee3aab26e3faa737306d9531 to your computer and use it in GitHub Desktop.
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