Skip to content

Instantly share code, notes, and snippets.

@tarjei
Created May 11, 2017 08:25
Show Gist options
  • Save tarjei/4f5a2ab4d37e6f046df016f9bd9adf0f to your computer and use it in GitHub Desktop.
Save tarjei/4f5a2ab4d37e6f046df016f9bd9adf0f to your computer and use it in GitHub Desktop.
V4 routes optional syntax changed
// 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