refactor: Переработал управление константами и путями к данным
This commit is contained in:
@@ -8,5 +8,4 @@ public static class GlobalConsts
|
||||
public static readonly JsonSerializerOptions JsonSerializerOptions = new()
|
||||
{ PropertyNamingPolicy = JsonNamingPolicy.CamelCase, Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping };
|
||||
|
||||
public static string JwtFilePath { get; set; } = "data/jwt.txt";
|
||||
}
|
||||
Reference in New Issue
Block a user