Switch to new data root / core module structure

This commit is contained in:
Daniel 2019-07-31 22:32:29 +02:00
parent c4b9c73f41
commit 2ac64aedff
5 changed files with 55 additions and 53 deletions

View file

@ -13,7 +13,7 @@ var (
)
func init() {
modules.Register("api", prep, start, nil, "database")
modules.Register("api", prep, start, nil, "core")
}
func prep() error {