chore: update deps

This commit is contained in:
Jacky 2024-12-14 16:23:57 +08:00
parent 1be72986b1
commit c4f1e01e26
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
5 changed files with 1290 additions and 1101 deletions

View file

@ -25,7 +25,7 @@ func Program(confPath string) func(state overseer.State) {
defer logger.Info("Server exited")
cosy.RegisterModels(model.GenerateAllModel()...)
cosy.RegisterAsyncFunc(kernel.Boot, router.InitRouter)
cosy.RegisterInitFunc(kernel.Boot, router.InitRouter)
// Initialize settings package
settings.Init(confPath)