You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function route(url : String, ?handler : Dynamic, ?pageClass : Class<Page>)
@param url - a route description in the form of a string
@param handler - a function to run when the created route is activated, if provided
@param pageClass - a custom page class to use for the page(s) as described by url