Hey Ladys and Gentlenerds! ;-)
is there a way to handle my URLs with a prefix or group or something like that?
cooldomain.com/admin
cooldomain.com/admin/posts
cooldomain.com/admin/comments
cooldomain.com/admin/something
i don't want to remove iron-router... i use iron-cli and iron-controller too.
One option is to use route parameters and perform an action based on which admin sub page you navigate to.