8 lines
134 B
Go
8 lines
134 B
Go
//go:build !ts2019
|
|
|
|
package headscale
|
|
|
|
import "github.com/gorilla/mux"
|
|
|
|
func (h *Headscale) addLegacyHandlers(router *mux.Router) {
|
|
}
|