Moved share permission parsing to jsonb implementation of ef core. Improved auth handling for shares
This commit is contained in:
6
MoonlightServers.ApiServer/Models/ServerShareContent.cs
Normal file
6
MoonlightServers.ApiServer/Models/ServerShareContent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace MoonlightServers.ApiServer.Models;
|
||||
|
||||
public class ServerShareContent
|
||||
{
|
||||
public List<ServerSharePermission> Permissions { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user