feature: Upload Online Attachments

This commit is contained in:
Gary Sharp
2025-06-15 17:56:13 +10:00
parent 6e2c36d4ae
commit cc1f224456
9 changed files with 395 additions and 22 deletions
@@ -33,7 +33,7 @@ namespace Disco.Services.Interop.DiscoServices
static OnlineServicesConnect()
{
connection = new HubConnectionBuilder()
.WithUrl(new Uri(ActivationService.BaseUrl, "/connect"), options =>
.WithUrl(new Uri(DiscoServiceHelpers.ActivationServiceUrl, "/connect"), options =>
{
options.AccessTokenProvider = () => OnlineServicesAuthentication.GetTokenAsync();
})