fix auth for grpc calls

This commit is contained in:
Stanley Dimant
2022-08-24 23:01:03 +02:00
parent 5736bcf074
commit 66e2b3db82
3 changed files with 19 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ using Microsoft.Extensions.Logging;
using System;
using System.IO;
using System.Linq;
using System.Security.Policy;
using System.Threading.Tasks;
namespace MareSynchronosStaticFilesServer;