mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: prepare v2.0.0-beta.37
This commit is contained in:
parent
6dc6092bfc
commit
c8c0446308
15 changed files with 75 additions and 54 deletions
|
@ -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,
|
|
@ -1,4 +1,4 @@
|
|||
package kernal
|
||||
package kernel
|
||||
|
||||
import (
|
||||
"github.com/0xJacky/Nginx-UI/query"
|
|
@ -1,4 +1,4 @@
|
|||
package kernal
|
||||
package kernel
|
||||
|
||||
import (
|
||||
"github.com/0xJacky/Nginx-UI/model"
|
Loading…
Add table
Add a link
Reference in a new issue