mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-14 19:44:14 +01:00
adjustments to config and cleanup nuget, remove implicit usings
This commit is contained in:
parent
afcb268ccc
commit
2510cce711
23 changed files with 156 additions and 96 deletions
|
|
@ -66,7 +66,7 @@ namespace MareSynchronosServer.Hubs
|
|||
IsForbidden = forbiddenFile != null,
|
||||
Hash = hash.Key,
|
||||
Size = hash.Value,
|
||||
Url = _configuration["CdnFullUrl"] + hash.Key.ToUpperInvariant()
|
||||
Url = new Uri(cdnFullUri, hash.Key.ToUpperInvariant()).ToString()
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue