mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-01 17:30:26 +08:00
增加API节点安装配置界面
This commit is contained in:
@@ -8,8 +8,11 @@ import (
|
||||
func init() {
|
||||
TeaGo.BeforeStart(func(server *TeaGo.Server) {
|
||||
server.
|
||||
Helper(new(actions.Gzip)).
|
||||
Prefix("/ui").
|
||||
Get("/download", new(DownloadAction)).
|
||||
|
||||
// 以下的需要压缩
|
||||
Helper(new(actions.Gzip)).
|
||||
Get("/components.js", new(ComponentsAction)).
|
||||
EndAll()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user