db and real auth

This commit is contained in:
rfi
2023-10-16 16:50:49 +07:00
parent b9b4796d0e
commit 5af2ab34d0
6 changed files with 132 additions and 28 deletions

View File

@@ -41,7 +41,7 @@ namespace AscNet.SDKServer
private class RequestLoggingMiddleware
{
private readonly RequestDelegate _next;
private static readonly string[] SurpressedRoutes = new string[] { "/report", "/sdk/dataUpload" };
private static readonly string[] SurpressedRoutes = new string[] { "/feedback" };
public RequestLoggingMiddleware(RequestDelegate next)
{