Hi
I have a service method with some hardcoded "C#" - this service API is part of the main Asp.Net MVC Core web application (not a separate project).
Error message: http://localhost:5000/api/images/blockdevice.png 404 (not found).
//READ - TREE NODES FOR {SYSTEM - TABLE - LOOKUP SETUP etc.} [HttpPost] public async Task<IActionResult> ReadSystemTree([FromBody]object route) { ..... icon = "../images/blockdevice.png", .... }