Adapt to new module structure with base and core modules

This commit is contained in:
Daniel
2019-08-09 16:46:37 +02:00
parent 856b69829f
commit 4b2ff39246
7 changed files with 35 additions and 92 deletions

View File

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