|
|
@ -38,6 +38,8 @@ func startWeb() { |
|
|
http.HandleFunc("/sysinfo", core.SysMonitor) |
|
|
http.HandleFunc("/sysinfo", core.SysMonitor) |
|
|
//保存监听的服务器
|
|
|
//保存监听的服务器
|
|
|
http.HandleFunc("/scdb", core.Settdb) |
|
|
http.HandleFunc("/scdb", core.Settdb) |
|
|
|
|
|
// 可使用的服务器
|
|
|
|
|
|
http.HandleFunc("/sclist", core.Serlist) |
|
|
// 服务器详情
|
|
|
// 服务器详情
|
|
|
http.HandleFunc("/scdetail", core.Scdetail) |
|
|
http.HandleFunc("/scdetail", core.Scdetail) |
|
|
// 编辑
|
|
|
// 编辑
|
|
|
|