refactor: 更改 TaskLogHub 文件路径

This commit is contained in:
Argo Zhang 2020-01-29 10:16:49 +08:00
parent cd3817dfb3
commit fdfce4e56d
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -1,6 +1,6 @@
using Longbow.Web.SignalR;
namespace Bootstrap.Admin
namespace Bootstrap.Admin.Tasks
{
/// <summary>
/// 后台任务消息Hub