mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore: update deps
This commit is contained in:
parent
1be72986b1
commit
c4f1e01e26
5 changed files with 1290 additions and 1101 deletions
2
main.go
2
main.go
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue