Track Gallery front end

- For now uses a table but will replace with graphical media cards
This commit is contained in:
2025-09-01 16:50:08 -04:00
parent 3d79df725c
commit f0d60190cc
9 changed files with 176 additions and 60 deletions
+2
View File
@@ -11,6 +11,8 @@ builder.Services.AddMudServices();
Startup.ConfigureDomainServices(builder);
var hostUrl = builder.Configuration.GetValue<string>("ASPNETCORE_URLS")?.Split(';').First() ?? throw new Exception("ASPNETCORE_URLS undefined");
DeepDrftWeb.Client.Startup.ConfigureDomainServices(builder.Services, hostUrl);
builder.Services.AddControllers();