StartWithAdminInterface

This commit is contained in:
Stef Heyenrath
2023-05-13 12:28:39 +02:00
parent 11d0a8926f
commit 97b8d82b07

View File

@@ -60,7 +60,7 @@ namespace WireMock.Net.ConsoleApplication
var todos = new Dictionary<int, Todo>(); var todos = new Dictionary<int, Todo>();
var server = WireMockServer.Start(); var server = WireMockServer.StartWithAdminInterface();
server server
.Given(Request.Create() .Given(Request.Create()