Fix WireMock.Net.WebApplication.IIS example

This commit is contained in:
Stef Heyenrath
2026-03-30 20:13:58 +02:00
parent 3214c2ebc7
commit ff5e914a3c
6 changed files with 18 additions and 31 deletions

View File

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