-
-
Save samelliott89/122f4f43b97ddbcaa81bc9342d763080 to your computer and use it in GitHub Desktop.
This file contains 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
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