mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-22 08:18:26 +02:00
StartWithAdminInterface
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user