mirror of
https://github.com/Caraxi/mare.server.git
synced 2026-02-04 17:54:34 +01:00
* move to single file transfer for server * fix cache get --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
3 lines
131 B
C#
3 lines
131 B
C#
namespace MareSynchronosStaticFilesServer.Utils;
|
|
|
|
public record UserRequest(Guid RequestId, string User, List<string> FileIds);
|