mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
feat: 安全入口及应用安装检查中间件
This commit is contained in:
@@ -19,5 +19,8 @@ func GlobalMiddleware() []func(http.Handler) http.Handler {
|
||||
middleware.Logger,
|
||||
middleware.Recoverer,
|
||||
middleware.Compress(5),
|
||||
Entrance,
|
||||
Status,
|
||||
MustInstall,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user