Add endpoint to download multidata directly

This commit is contained in:
2026-04-17 06:18:48 -05:00
parent a13dc37dac
commit 807d56d3c0
3 changed files with 31 additions and 1 deletions

View File

@@ -127,5 +127,9 @@
return result;
}
public async Task<BinaryData?> GetMultidata(string multiId) {
return await this.AzureStorage.GetFile($"{multiId}/multidata");
}
}
}