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 86efea7 commit ebf8b86Copy full SHA for ebf8b86
m365-developer-proxy-plugins/Behavior/RateLimitingCustomResponseLoader.cs
@@ -2,7 +2,7 @@
2
// Licensed under the MIT License.
3
4
using Microsoft365.DeveloperProxy.Abstractions;
5
-using Microsoft365.DeveloperProxy.Plugins.MocksResponses;
+using Microsoft365.DeveloperProxy.Plugins.MockResponses;
6
using System.Text.Json;
7
8
namespace Microsoft365.DeveloperProxy.Plugins.Behavior;
m365-developer-proxy-plugins/Behavior/RateLimitingPlugin.cs
@@ -3,7 +3,7 @@
using Microsoft.Extensions.Configuration;
using System.Net;
9
using System.Text.RegularExpressions;
0 commit comments