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

@@ -23,7 +23,7 @@ var (
)
func init() {
modules.Register("profile:index", nil, start, stop, "profile", "database")
modules.Register("profile:index", nil, start, stop, "core", "profile")
}
func start() (err error) {