Adapt modules to new core module and dir structure handling
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
modules.Register("network", nil, start, nil, "database")
|
||||
modules.Register("network", nil, start, nil, "core")
|
||||
}
|
||||
|
||||
func start() error {
|
||||
|
||||
Reference in New Issue
Block a user