Add subsystems and clean up module dependencies

This commit is contained in:
Daniel
2020-04-01 17:14:33 +02:00
parent 279ab67c7e
commit 5523fcf0bd
10 changed files with 78 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func init() {
modules.Register("ui", prep, nil, nil, "core", "updates")
modules.Register("ui", prep, nil, nil, "api", "updates")
}
func prep() error {