Can Secretary dispatch routes based on a submitted browser url, the way many javascript routing frameworks work? I can't seem to find any examples of wiring this up.
For example, when you enter http://myapp.com/#/my/route in the browser's url, I'd like that to dispatch as though I had programatically entered (secretary/dispatch! "/my/route") in the repl.