mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-15 05:24:14 +01:00
remove auth from basehub
This commit is contained in:
parent
9c11d8dcbc
commit
8047710b50
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue