Skip to content

Commit 9f828e7

Browse files
Update router.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 55afb07 commit 9f828e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func preferredGreedyParameters(paramName string) []string {
168168
case plusParam:
169169
return preferredPlusGreedyParameters
170170
case wildcardParam:
171-
return preferredWildcardGreedyParameters
171+
return defaultGreedyParameterKeys
172172
}
173173
}
174174

0 commit comments

Comments
 (0)