Implemented api key crud and started adding system page. Added 404 page
This commit is contained in:
@@ -9,4 +9,5 @@ public class CoreDataContext : DatabaseContext
|
||||
public override string Prefix { get; } = "Core";
|
||||
|
||||
public DbSet<User> Users { get; set; }
|
||||
public DbSet<ApiKey> ApiKeys { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user