mirror of
https://github.com/fatedier/frp.git
synced 2025-07-23 14:20:43 +07:00
update github actions (#3538)
This commit is contained in:
@ -43,7 +43,7 @@ func (ctl *HTTPGroupController) Register(
|
||||
return g.Register(proxyName, group, groupKey, routeConfig)
|
||||
}
|
||||
|
||||
func (ctl *HTTPGroupController) UnRegister(proxyName, group string, routeConfig vhost.RouteConfig) {
|
||||
func (ctl *HTTPGroupController) UnRegister(proxyName, group string, _ vhost.RouteConfig) {
|
||||
indexKey := group
|
||||
ctl.mu.Lock()
|
||||
defer ctl.mu.Unlock()
|
||||
|
Reference in New Issue
Block a user