Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Dec 22, 2020
1 parent 77ca1c1 commit 5591023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WireMock.Net/Server/WireMockServer.Admin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ private void InitProxyAndRecord(IWireMockServerSettings settings)
if (settings.StartAdminInterface == true)
{
respondProvider.AtPriority(ProxyPriority);
}
}

respondProvider.RespondWith(new ProxyAsyncResponseProvider(ProxyAndRecordAsync, settings));
}
Expand Down

0 comments on commit 5591023

Please sign in to comment.