crossing
crossing copied to clipboard
fix(resolve): Fixed the resolving Regexp matching
Resolving url params with symbols inside (like /hello/@) won't match any route. Resolving params should match any character that is not a /
@busuttil can you add some tests? thanks for the PR