mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-22 16:07:11 +08:00
NM-258: rm usused extclient HA api
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user