Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(RouteTraverser): Allow forward slash in nested route paths #108

Merged
merged 1 commit into from
May 16, 2016

Commits on May 15, 2016

  1. feat(RouteTraverser): Allow forward slash in nested route paths

    Before we ignored nested child routes that contained a forward slash at the beginning of the path. This was to potentially allow for absolute path URLs in nested routes, however there is no way to make this feature work with async route configuration. This change removes this restriction and allows you to add a forward slash at the beginning of the path with no functional difference.
    MikeRyanDev committed May 15, 2016
    Configuration menu
    Copy the full SHA
    fe13a04 View commit details
    Browse the repository at this point in the history