Updated to latest mooncore version. Cleaned up some crud controllers and replaced DataTable with the new DataGrid component
This commit is contained in:
@@ -6,4 +6,5 @@ public class ApiKeyResponse
|
||||
public string Description { get; set; }
|
||||
public string[] Permissions { get; set; } = [];
|
||||
public DateTimeOffset ExpiresAt { get; set; }
|
||||
public DateTimeOffset CreatedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user