Last polish (#4102)

Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
Joe Milazzo
2025-10-17 08:23:26 -05:00
committed by GitHub
parent fb6218c7b3
commit 5034816619
6 changed files with 39 additions and 38 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ public class AnnotationService(
// Get settings for hostname
var settings = await unitOfWork.SettingsRepository.GetSettingsDtoAsync();
var hostname = !string.IsNullOrWhiteSpace(settings.HostName) ? settings.HostName : "http://localhost:5000";
var hostname = !string.IsNullOrWhiteSpace(settings.HostName) ? settings.HostName : $"http://localhost:{Configuration.Port}";
// Group annotations by series, then by volume
var exportData = annotations