...
This commit is contained in:
parent
df55836c58
commit
1befc2e053
38 changed files with 427 additions and 309 deletions
|
|
@ -15,6 +15,7 @@ using isnd.Services;
|
|||
using isnd.ViewModels;
|
||||
using System.Threading.Tasks;
|
||||
using isnd.Interfaces;
|
||||
using isn.Abstract;
|
||||
|
||||
namespace isnd.Controllers
|
||||
{
|
||||
|
|
@ -54,7 +55,7 @@ namespace isnd.Controllers
|
|||
[HttpGet(_pkgRootPrefix + ApiConfig.Base)]
|
||||
public IActionResult ApiIndex()
|
||||
{
|
||||
return Ok(new { version = "3.0.0", resources = _resources });
|
||||
return Ok(new ApiIndexViewModel{ Version = "3.0.0", Resources = _resources });
|
||||
}
|
||||
|
||||
// GET /autocomplete?id=isn.protocol&prerelease=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue