users API start
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Newtonsoft.Json;
|
||||
using zero.Routing;
|
||||
|
||||
namespace zero.Web;
|
||||
@@ -8,6 +7,6 @@ public class ZeroFallbackController : ZeroController<PageRoute>
|
||||
{
|
||||
public IActionResult Index()
|
||||
{
|
||||
return Json(new { Application, Route }, new JsonSerializerSettings() { TypeNameHandling = TypeNameHandling.None });
|
||||
return Json(new { Application, Route });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user