mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-25 09:48:28 +02:00
Updated WireMock as a standalone process (markdown)
@@ -22,7 +22,8 @@ class Program
|
|||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
var settings = new FluentMockServerSettings { }; // see source code for all the possible properties
|
// see source code for all the possible properties
|
||||||
|
var settings = new FluentMockServerSettings { };
|
||||||
bool allowPartialMapping = true;
|
bool allowPartialMapping = true;
|
||||||
StandAloneApp.Start(settings, allowPartialMapping);
|
StandAloneApp.Start(settings, allowPartialMapping);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user