mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-29 05:11:46 +02:00
Updated WireMock as a standalone process (markdown)
@@ -22,7 +22,8 @@ class Program
|
||||
{
|
||||
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;
|
||||
StandAloneApp.Start(settings, allowPartialMapping);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user