We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9db3b commit 260e3b9Copy full SHA for 260e3b9
src/operations/add.ts
@@ -27,7 +27,7 @@ export function addRoute<T>(
27
28
for (let i = 0; i < segments.length; i++) {
29
const segment = segments[i].replace(
30
- /\\([:])/g,
+ /\\([:*])/g,
31
(_m, ch) => `${encodeURIComponent(ch)}`,
32
);
33
0 commit comments