chore: prepare v2.0.0-beta.37

This commit is contained in:
Jacky 2024-10-26 13:00:52 +08:00
parent 6dc6092bfc
commit c8c0446308
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
15 changed files with 75 additions and 54 deletions

View file

@ -1,4 +1,4 @@
package kernal
package kernel
import (
"crypto/rand"
@ -27,7 +27,6 @@ func Boot() {
defer recovery()
async := []func(){
settings.Init,
InitJsExtensionType,
InitDatabase,
InitNodeSecret,

View file

@ -1,4 +1,4 @@
package kernal
package kernel
import (
"github.com/0xJacky/Nginx-UI/query"

View file

@ -1,4 +1,4 @@
package kernal
package kernel
import (
"github.com/0xJacky/Nginx-UI/model"