Skip to content

Commit

Permalink
fix new url pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tg123 committed Mar 4, 2022
1 parent a2db0da commit b75bbec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace k8s
// Construct URL
var url = $"{{ToInterpolationPathString path}}";
{{#IfGroupPathParamContainsGroup path}}
url = url.Replace("/apis//", "/api/");
url = url.Replace("apis//", "api/");
{{/IfGroupPathParamContainsGroup}}
var q = new QueryBuilder();
{{#operation.parameters}}
Expand Down

0 comments on commit b75bbec

Please sign in to comment.