mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 10:56:34 +00:00
renmove ResourceEnum, use filename only
add ToHash for encryption Key
This commit is contained in:
@@ -3,5 +3,4 @@ namespace Azaion.Common.Configs;
|
||||
public class ResourcesConfig
|
||||
{
|
||||
public string ResourcesFolder { get; set; } = null!;
|
||||
public Dictionary<string, string> Resources { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user