Created
May 11, 2017 08:25
-
-
Save tarjei/4f5a2ab4d37e6f046df016f9bd9adf0f to your computer and use it in GitHub Desktop.
V4 routes optional syntax changed
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
// Before: | |
<route path="/path(:optional?)" /> | |
// new | |
<route path="/path/:optional?" /> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment