mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:57:22 +01:00
move some stuff around, pray
This commit is contained in:
parent
8878295f93
commit
738c913be9
5 changed files with 13 additions and 15 deletions
|
|
@ -6,8 +6,6 @@ namespace MareSynchronosShared.Utils;
|
|||
public class CdnShardConfiguration
|
||||
{
|
||||
public string FileMatch { get; set; }
|
||||
[JsonIgnore]
|
||||
public Regex FileMatchRegex => new Regex(FileMatch);
|
||||
public Uri CdnFullUrl { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue