chore: 优化authserver代码
This commit is contained in:
14
applications/KonSoft.AuthServer/Controller/HomeController.cs
Normal file
14
applications/KonSoft.AuthServer/Controller/HomeController.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Volo.Abp.AspNetCore.Mvc;
|
||||
|
||||
namespace KonSoft.Controller
|
||||
{
|
||||
public class HomeController : AbpController
|
||||
{
|
||||
[HttpGet("health")]
|
||||
public ActionResult Health()
|
||||
{
|
||||
return Ok("online");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user