Skip to content

Instantly share code, notes, and snippets.

@samelliott89
Created July 26, 2016 23:45
Show Gist options
  • Save samelliott89/122f4f43b97ddbcaa81bc9342d763080 to your computer and use it in GitHub Desktop.
Save samelliott89/122f4f43b97ddbcaa81bc9342d763080 to your computer and use it in GitHub Desktop.
page('/', index)
page('/user/:user', show)
page('/user/:user/edit', edit)
page('/user/:user/album', album)
page('/user/:user/album/sort', sort)
page('*', notfound)
page()
index is a template i've got somewhere right? that i've *required* ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment