Errors to Error std output
This commit is contained in:
parent
8fa4c04367
commit
3e09afcbfe
9 changed files with 33 additions and 35 deletions
|
|
@ -24,7 +24,7 @@ namespace isnd.Controllers
|
|||
[HttpGet(_pkgRootPrefix + ApiConfig.Base)]
|
||||
public IActionResult ApiIndex()
|
||||
{
|
||||
return Ok(new ApiIndexViewModel{ Version = PackageManager.BASE_API_LEVEL, Resources = _resources });
|
||||
return Ok(new ApiIndexViewModel{ Version = PackageManager.BASE_API_LEVEL, Resources = resources });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue