去除引用common.props
This commit is contained in:
@@ -1,19 +1,8 @@
|
||||
using System.Data;
|
||||
using JNPF.Common.Core.Manager;
|
||||
using JNPF.Common.Filter;
|
||||
using JNPF.Common.Security;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DynamicApiController;
|
||||
using JNPF.Extras.Thirdparty.JSEngine;
|
||||
using JNPF.JsonSerialization;
|
||||
using JNPF.Logging.Attributes;
|
||||
using JNPF.Systems.Entitys.Permission;
|
||||
using JNPF.Systems.Entitys.System;
|
||||
using JNPF.TaskScheduler;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Cors;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using SqlSugar;
|
||||
|
||||
namespace JNPF.Systems.Common;
|
||||
|
||||
@@ -24,12 +13,12 @@ namespace JNPF.Systems.Common;
|
||||
[Route("api")]
|
||||
public class HeartbeatService : IDynamicApiController, ITransient
|
||||
{
|
||||
[HttpGet("heartbeat")]
|
||||
[AllowAnonymous]
|
||||
[IgnoreLog]
|
||||
public string Heartbeat()
|
||||
{
|
||||
return DateTime.Now.ToString();
|
||||
}
|
||||
[HttpGet("heartbeat")]
|
||||
[AllowAnonymous]
|
||||
[IgnoreLog]
|
||||
public string Heartbeat()
|
||||
{
|
||||
return DateTime.Now.ToString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user