We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39113ae commit 64653a6Copy full SHA for 64653a6
netmockery/Controllers/EndpointsController.cs
@@ -45,8 +45,12 @@ public ActionResult EndpointNames()
45
46
public ActionResult ReloadConfig()
47
{
48
+ Console.Error.WriteLine("Reloading config");
49
+
50
_endpointCollectionProvider.Reload();
51
_responseRegistry.Clear();
52
53
+ Console.Error.WriteLine("Config reloaded");
54
return RedirectToAction("Config");
55
}
56
0 commit comments