mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
refactor: system processsing status pub/sub
This commit is contained in:
parent
b5ee43b2b0
commit
9ee84dd138
50 changed files with 2239 additions and 2306 deletions
|
@ -11,7 +11,6 @@ import (
|
|||
"github.com/0xJacky/Nginx-UI/api/config"
|
||||
"github.com/0xJacky/Nginx-UI/api/crypto"
|
||||
"github.com/0xJacky/Nginx-UI/api/external_notify"
|
||||
"github.com/0xJacky/Nginx-UI/api/index"
|
||||
"github.com/0xJacky/Nginx-UI/api/nginx"
|
||||
nginxLog "github.com/0xJacky/Nginx-UI/api/nginx_log"
|
||||
"github.com/0xJacky/Nginx-UI/api/notification"
|
||||
|
@ -88,7 +87,6 @@ func InitRouter() {
|
|||
{
|
||||
terminal.InitRouter(o)
|
||||
}
|
||||
index.InitRouter(w)
|
||||
nginxLog.InitRouter(w)
|
||||
upstream.InitRouter(w)
|
||||
system.InitWebSocketRouter(w)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue