refactor: 更改 TaskLogHub 文件路径
This commit is contained in:
parent
cd3817dfb3
commit
fdfce4e56d
|
@ -1,4 +1,5 @@
|
|||
using Bootstrap.DataAccess;
|
||||
using Bootstrap.Admin.Tasks;
|
||||
using Bootstrap.DataAccess;
|
||||
using Longbow.Web.SignalR;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using Longbow.Web.SignalR;
|
||||
|
||||
namespace Bootstrap.Admin
|
||||
namespace Bootstrap.Admin.Tasks
|
||||
{
|
||||
/// <summary>
|
||||
/// 后台任务消息Hub
|
Loading…
Reference in New Issue