Fix WireMock.Net.WebApplication.IIS example (#1435)

This commit is contained in:
Stef Heyenrath
2026-03-31 22:52:27 +02:00
committed by GitHub
parent 3214c2ebc7
commit a453e00fdb
6 changed files with 18 additions and 31 deletions

View File

@@ -15,7 +15,7 @@
"WireMockServerSettings": {
"StartAdminInterface": true,
"Urls": [
"http://localhost"
"http://localhost:0"
]
}
}