new sw show template

This commit is contained in:
2026-01-28 18:53:14 +01:00
parent b6466061bd
commit 123af105f4
10 changed files with 125 additions and 64 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func NewDomain() Domain {
releaseRepository := &ReleaseRepository{db: DB}
fileRepository := NewFileRepository()
softwareService := NewSoftwareService(softwareRepository)
softwareService := NewSoftwareService(softwareRepository, releaseRepository)
tic80Updater := NewSoftwareUpdaterTIC80Service(
softwareRepository,