Commit 116cbe1
committed
fix: path part name pattern
- Fixes the bug that `addResource` extracted an incorrect parameter name
from the path when two or more parameters are included in the path is
fixed. The incorrect regex pattern contained slashes in a parameter
name. Now the regex pattern is fixed to exclude slashes.
issue #81 parent 2876ae4 commit 116cbe1
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
| 341 | + | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
| |||
0 commit comments