mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat(install): self check before install
This commit is contained in:
parent
cb7758ebc9
commit
455c9497b7
36 changed files with 2100 additions and 1829 deletions
|
@ -51,6 +51,7 @@ func InitRouter() {
|
|||
crypto.InitPublicRouter(root)
|
||||
system.InitPublicRouter(root)
|
||||
system.InitBackupRestoreRouter(root)
|
||||
system.InitSelfCheckRouter(root)
|
||||
user.InitAuthRouter(root)
|
||||
|
||||
// Authorization required and not websocket request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue