new routing for zero

This commit is contained in:
2020-10-16 14:02:10 +02:00
parent 525fa8b147
commit 1fe10d8952
36 changed files with 399 additions and 462 deletions
+10
View File
@@ -17,6 +17,16 @@ namespace zero.Debug.Controllers
return View();
}
[HttpGet]
public async Task<IActionResult> Test()
{
await Task.Delay(3000);
return Json(new
{
result = "okay"
});
}
[HttpGet]
public async Task<IActionResult> SavePages([FromServices] IDocumentStore raven)
{