mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 17:54:16 +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);
|