mirror of
https://github.com/fatedier/frp.git
synced 2026-03-23 16:38:23 +08:00
some fix
This commit is contained in:
@@ -34,7 +34,6 @@ func RunDashboardServer(addr string, port int64) (err error) {
|
||||
// url router
|
||||
mux := http.NewServeMux()
|
||||
// api, see dashboard_api.go
|
||||
// mux.HandleFunc("/api/reload", apiReload)
|
||||
mux.HandleFunc("/api/reload", use(apiReload, basicAuth))
|
||||
mux.HandleFunc("/api/proxies", apiProxies)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user