add redis for character identification

This commit is contained in:
rootdarkarchon
2022-09-13 11:45:09 +02:00
parent ea48fb3947
commit 1f66b2c980
16 changed files with 356 additions and 175 deletions

View File

@@ -76,7 +76,7 @@ namespace MareSynchronosServer.Hubs
IsForbidden = forbiddenFile != null,
Hash = hash.Key,
Size = hash.Value,
Url = new Uri(cdnFullUri, hash.Key.ToUpperInvariant()).ToString()
Url = new Uri(_cdnFullUri, hash.Key.ToUpperInvariant()).ToString()
});
}