remove auth from basehub
This commit is contained in:
@@ -16,7 +16,6 @@ using Microsoft.Extensions.Logging;
|
|||||||
|
|
||||||
namespace MareSynchronosServer.Hubs
|
namespace MareSynchronosServer.Hubs
|
||||||
{
|
{
|
||||||
[Authorize(AuthenticationSchemes = SecretKeyAuthenticationHandler.AuthScheme)]
|
|
||||||
public partial class MareHub : Hub
|
public partial class MareHub : Hub
|
||||||
{
|
{
|
||||||
private readonly SystemInfoService _systemInfoService;
|
private readonly SystemInfoService _systemInfoService;
|
||||||
|
|||||||
Reference in New Issue
Block a user