NM-258: rm usused extclient HA api

This commit is contained in:
abhishek9686
2026-03-03 12:05:03 +04:00
parent f4c6cecee2
commit 1d732658aa
+1 -1
View File
@@ -424,7 +424,7 @@ Endpoint = %s
// @Success 200 {string} string "WireGuard config file"
// @Failure 500 {object} models.ErrorResponse
// @Failure 403 {object} models.ErrorResponse
func getExtClientHAConf(w http.ResponseWriter, r *http.Request) {
func GetExtClientHAConf(w http.ResponseWriter, r *http.Request) {
var params = mux.Vars(r)
networkid := params["network"]