mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
3683d3e82f
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
8 lines
134 B
Go
8 lines
134 B
Go
//go:build !ts2019
|
|
|
|
package hscontrol
|
|
|
|
import "github.com/gorilla/mux"
|
|
|
|
func (h *Headscale) addLegacyHandlers(router *mux.Router) {
|
|
}
|