mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 10:26:34 +00:00
Init commit
add security encryption and hashing: WIP add endpoints: register user, get and save resources add db main operations, User entity
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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