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 b943151 commit 9f7ecd8Copy full SHA for 9f7ecd8
src/AspNet/WebApi/src/Asp.Versioning.WebApi.ApiExplorer/ApiExplorer/VersionedApiExplorer.cs
@@ -296,7 +296,7 @@ protected virtual ApiDescriptionGroupCollection InitializeApiDescriptions()
296
297
for ( var j = 0; j < apiDescriptions.Count; j++ )
298
{
299
- apiDescriptions[i].TryUpdateRelativePathAndRemoveApiVersionParameter( Options );
+ apiDescriptions[j].TryUpdateRelativePathAndRemoveApiVersionParameter( Options );
300
}
301
302
0 commit comments