root page, new layout
This commit is contained in:
@@ -11,6 +11,7 @@ func StartHttpServer(domainInstance domain.Domain) {
|
||||
NewSoftwareUpdaterController(domainInstance.SoftwareUpdaterService),
|
||||
NewDownloadController(domainInstance.DownloadService),
|
||||
NewPlayController(domainInstance.SoftwareService),
|
||||
NewRootController(),
|
||||
).Init()
|
||||
|
||||
http_utils.StartGenericHTTPServer(http_utils.StartGenericHTTPServerContext{
|
||||
|
||||
Reference in New Issue
Block a user