Fix errors on API
Change unload api url
This commit is contained in:
@@ -132,7 +132,7 @@ namespace Step.Controllers.WebApi
|
||||
ncHandler.Connect();
|
||||
CmsError libraryError = ncHandler.GetToolTableConfiguration(out ToolTableConfiguration toolTableConfiguration);
|
||||
if (libraryError.IsError())
|
||||
return BadRequest(libraryError.message);
|
||||
return BadRequest(libraryError.localizationKey);
|
||||
|
||||
return Ok(toolTableConfiguration);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user