Complete first alpha version
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user