diff --git a/cmd/rdpgw/main.go b/cmd/rdpgw/main.go index 2f26673..8f05a93 100644 --- a/cmd/rdpgw/main.go +++ b/cmd/rdpgw/main.go @@ -165,7 +165,6 @@ func main() { } if conf.Server.Authentication == "local" { - http.Handle("/connect", common.EnrichContext(api.BasicAuth(api.HandleDownload))) http.Handle("/remoteDesktopGateway/", common.EnrichContext(api.BasicAuth(gw.HandleGatewayProtocol))) } else { // openid