mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-14 14:44:42 +01:00
db and real auth
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user