mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 09:50:20 +00:00
WIP cdn-cs stuff
This commit is contained in:
@@ -3,10 +3,6 @@ using ArcaneLibs;
|
||||
namespace Spacebar.Interop.Cdn.Abstractions;
|
||||
|
||||
public class FilesystemFileSource(string baseUrl) : IFileSource {
|
||||
private readonly StreamingHttpClient _httpClient = new() {
|
||||
BaseAddress = new Uri(baseUrl)
|
||||
};
|
||||
|
||||
public string BaseUrl => baseUrl;
|
||||
|
||||
public async Task Init(CancellationToken? cancellationToken = null) {
|
||||
|
||||
Reference in New Issue
Block a user