Bugfix: Fix regex in automatic detection of Play routes.
If there are multiple variables bound in a Play path, the part of the path between those variables would be captured by a greedy regex.
Bugfix: Fix regex in automatic detection of Play routes.
If there are multiple variables bound in a Play path, the part of the path between those variables would be captured by a greedy regex.