public async Task <IActionResult> OnPostAsync() { await _handler.DiscoverServiceMap(); return(Redirect("ServiceMapPage")); }
public async Task <ActionResult> UpdateServiceMap() { await _discoveryHandler.DiscoverServiceMap(); return(Ok()); }