1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00
juanfont.headscale/hscontrol/handler_placeholder.go

9 lines
134 B
Go
Raw Normal View History

2022-11-04 11:26:33 +01:00
//go:build !ts2019
package hscontrol
2022-11-04 11:26:33 +01:00
import "github.com/gorilla/mux"
func (h *Headscale) addLegacyHandlers(router *mux.Router) {
}