We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7f69e commit 293978fCopy full SHA for 293978f
src/lib/utilities/namespace-url-pattern.ts
@@ -10,4 +10,5 @@ export const namespaceUrlPattern = new UrlPattern(
10
11
export const workflowRoutePattern = new UrlPattern(
12
'/namespaces/:namespace/workflows*',
13
+ urlPatternOpts,
14
);
0 commit comments