mirror of
https://github.com/fatedier/frp.git
synced 2025-07-19 20:30:08 +07:00
update github actions (#3538)
This commit is contained in:
@ -55,7 +55,7 @@ type serverInfoResp struct {
|
||||
}
|
||||
|
||||
// /healthz
|
||||
func (svr *Service) Healthz(w http.ResponseWriter, r *http.Request) {
|
||||
func (svr *Service) Healthz(w http.ResponseWriter, _ *http.Request) {
|
||||
w.WriteHeader(200)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user