mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 13:24:16 +01:00
some file server fixes I guess
This commit is contained in:
parent
810c6dbd45
commit
2c7ff6f73a
5 changed files with 53 additions and 51 deletions
|
|
@ -1,3 +1,6 @@
|
|||
namespace MareSynchronosStaticFilesServer.Utils;
|
||||
|
||||
public record UserRequest(Guid RequestId, string User, List<string> FileIds);
|
||||
public record UserRequest(Guid RequestId, string User, List<string> FileIds)
|
||||
{
|
||||
public bool IsCancelled { get; set; } = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue