mirror of
https://github.com/safing/portbase
synced 2025-09-09 13:55:47 +00:00
Switch to new data root / core module structure
This commit is contained in:
parent
c4b9c73f41
commit
2ac64aedff
5 changed files with 55 additions and 53 deletions
|
@ -13,7 +13,7 @@ var (
|
|||
)
|
||||
|
||||
func init() {
|
||||
modules.Register("api", prep, start, nil, "database")
|
||||
modules.Register("api", prep, start, nil, "core")
|
||||
}
|
||||
|
||||
func prep() error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue