new release management
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user