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 bda27ea commit aebb1d3Copy full SHA for aebb1d3
src/schema-routes/schema-routes.ts
@@ -96,7 +96,7 @@ export class SchemaRoutes {
96
originalRouteName;
97
98
const pathParamMatches = (routeName || "").match(
99
- /({[a-zA-Z]([-_.]*[a-zA-Z0-9])*})|(:[a-zA-Z]([-_.]*[a-zA-Z0-9])*:?)/g,
+ /({[a-zA-Z_]([-_.]*[a-zA-Z0-9])*})|(:[a-zA-Z_]([-_.]*[a-zA-Z0-9])*:?)/g,
100
);
101
102
// used in case when path parameters is not declared in requestInfo.parameters ("in": "path")
0 commit comments