Complete first alpha version

This commit is contained in:
Daniel
2018-12-12 19:18:23 +01:00
parent 8c11a35590
commit f35872ec51
36 changed files with 624 additions and 293 deletions

View File

@@ -7,7 +7,7 @@ var (
)
func init() {
modules.Register("profile", nil, start, stop, "database")
modules.Register("profile", nil, start, stop, "global", "database")
}
func start() error {