Updated Record (via proxy) and Save (markdown)

Stef Heyenrath
2017-05-13 10:04:51 +02:00
parent 89fba11725
commit 100829b908

@@ -5,7 +5,11 @@ var server = FluentMockServer.Start(new FluentMockServerSettings
{
Urls = new[] { "http://localhost:9095/" },
StartAdminInterface = true,
ProxyAndRecordSettings = new ProxyAndRecordSettings { Url = "http://www.bbc.com" }
ProxyAndRecordSettings = new ProxyAndRecordSettings
{
Url = "http://www.bbc.com",
SaveMapping = true
}
});
```