Skip to content

Commit 6a42066

Browse files
author
Scott Bommarito
authored
Mark 405 response code as "success" for AI (#6669)
1 parent 42d7785 commit 6a42066

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/NuGetGallery/App_Start/OwinStartup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public static void Configuration(IAppBuilder app)
9292

9393
processor.SuccessfulResponseCodes.Add(400);
9494
processor.SuccessfulResponseCodes.Add(404);
95+
processor.SuccessfulResponseCodes.Add(405);
9596

9697
return processor;
9798
});

0 commit comments

Comments
 (0)