* move to single file transfer for server * fix cache get --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
4 lines
131 B
C#
4 lines
131 B
C#
namespace MareSynchronosStaticFilesServer.Utils;
|
|
|
|
public record UserRequest(Guid RequestId, string User, List<string> FileIds);
|