start first steps
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System.Threading.Tasks;
|
||||
using zero.Core;
|
||||
using zero.Core.Entities.Setup;
|
||||
using zero.Web.Controllers;
|
||||
|
||||
namespace zero.Web.Setup
|
||||
@@ -17,5 +19,11 @@ namespace zero.Web.Setup
|
||||
{
|
||||
return View("/Views/Setup.cshtml");
|
||||
}
|
||||
|
||||
[HttpPost]
|
||||
public async Task<IActionResult> Save(SetupSave model)
|
||||
{
|
||||
return Ok();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user