mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-25 01:38:27 +02:00
Update the logic for ProxyAndRecord (#747)
* . * set * . * . * . * . * prio * appsettings * TinyMapperUtils * set * p * nullable * . * , * fs * . * . * --PreferProxyMapping
This commit is contained in:
9
src/WireMock.Net/Constants/WireMockConstants.cs
Normal file
9
src/WireMock.Net/Constants/WireMockConstants.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace WireMock.Constants
|
||||
{
|
||||
internal static class WireMockConstants
|
||||
{
|
||||
public const int AdminPriority = int.MinValue;
|
||||
public const int MinPriority = -1_000_000;
|
||||
public const int ProxyPriority = -2_000_000;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user