new release management

This commit is contained in:
2026-01-27 20:01:25 +01:00
parent 27960741a3
commit ea78a83d78
11 changed files with 176 additions and 371 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ func StartHttpServer(domainInstance domain.Domain) {
NewSoftwareController(domainInstance.SoftwareService),
NewSoftwareUpdaterController(domainInstance.SoftwareUpdaterService),
NewDownloadController(domainInstance.DownloadService),
NewPlayController(domainInstance.SoftwareService),
NewPlayController(domainInstance.SoftwareService, domainInstance.FileService),
NewRootController(),
).Init()